Adding missing import

Adding errno
This commit is contained in:
leoh0 2013-04-17 01:15:46 +09:00
parent 635c47d1e3
commit ca55f20cb8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import os
import collections
import errno
from swift.common.utils import lock_file