Removing import of nova.test added to nova/__init.py__ as problem turned out to be somewhere else (not in nova source code tree)

This commit is contained in:
Salvatore Orlando
2011-07-04 17:22:08 +01:00
parent 0dfa28f40c
commit 8c385c4567

View File

@@ -33,6 +33,5 @@
import gettext
from nova import test
gettext.install("nova", unicode=1)