Fix missing import in lockutils.

This showed up while integrating these changes into nova.

Change-Id: I48d846fc761c45cf97480a49c99d20817f1dea2d
This commit is contained in:
Michael Still 2012-10-23 13:23:44 -07:00
parent 3aabd9f0ae
commit 30f4089461
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import errno
import functools
import os
import shutil
import tempfile
import time
import weakref