part-handler: add missing import

errno is used in the excption but not imported.

bug 1154887
Change-Id: I1c2961f08824d919ed2483a0a9cf54c50862f354
This commit is contained in:
Angus Salkeld 2013-03-14 12:25:12 +11:00
parent a492c6e04f
commit 89005a04e7
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#part-handler
import os
import datetime
import errno
import os
def list_types():