Updating HACKING to make split up imports into three blocks
Change-Id: I6426365aa03f579275da91380bd7f5716ff54e26
This commit is contained in:
5
HACKING
5
HACKING
@@ -27,6 +27,8 @@ Imports
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||
{{stdlib imports in human alphabetical order}}
|
||||
\n
|
||||
{{third-party lib imports in human alphabetical order}}
|
||||
\n
|
||||
{{nova imports in human alphabetical order}}
|
||||
\n
|
||||
\n
|
||||
@@ -43,6 +45,9 @@ Human Alphabetical Order Examples
|
||||
import time
|
||||
import unittest
|
||||
|
||||
import eventlet
|
||||
import webob.exc
|
||||
|
||||
import nova.api.ec2
|
||||
from nova.api import openstack
|
||||
from nova.auth import users
|
||||
|
Reference in New Issue
Block a user