summaryrefslogtreecommitdiffstats
path: root/nova/db
diff options
context:
space:
mode:
authorBrian Schott <bschott@isi.edu>2011-02-16 13:24:46 -0500
committerBrian Schott <bschott@isi.edu>2011-02-16 13:24:46 -0500
commit9be342534ee54f86c274f03d1d4a0c310f08e4ae (patch)
tree5141fdcf4298f62c5b7defbbe95773fbddda0099 /nova/db
parent8f7c7b705cf9511c62fc783c5ad1462dc027f0f5 (diff)
downloadnova-9be342534ee54f86c274f03d1d4a0c310f08e4ae.tar.gz
nova-9be342534ee54f86c274f03d1d4a0c310f08e4ae.tar.xz
nova-9be342534ee54f86c274f03d1d4a0c310f08e4ae.zip
fixed authors, import sys in migration.py
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/sqlalchemy/migration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/db/sqlalchemy/migration.py b/nova/db/sqlalchemy/migration.py
index 3b6b4707a..d2671e1a3 100644
--- a/nova/db/sqlalchemy/migration.py
+++ b/nova/db/sqlalchemy/migration.py
@@ -17,6 +17,7 @@
# under the License.
import os
+import sys
from nova import flags