]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
part-handler: add missing import
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 14 Mar 2013 01:25:12 +0000 (12:25 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 14 Mar 2013 01:25:49 +0000 (12:25 +1100)
errno is used in the excption but not imported.

bug 1154887
Change-Id: I1c2961f08824d919ed2483a0a9cf54c50862f354

heat/cloudinit/part-handler.py

index 138d6d58625f5760e7997dec7db8e5524cf122bf..4b1c6b5752d94217e672ec756b0e67d996c3aea2 100644 (file)
@@ -1,7 +1,8 @@
 #part-handler
 
-import os
 import datetime
+import errno
+import os
 
 
 def list_types():