diff --git a/HACKING b/HACKING index 232a353fd932..962617e9a511 100644 --- a/HACKING +++ b/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