summaryrefslogtreecommitdiff
path: root/nova/db/__init__.py
diff options
context:
space:
mode:
authorandy <github@anarkystic.com>2010-08-19 12:28:45 +0200
committerandy <github@anarkystic.com>2010-08-19 12:28:45 +0200
commita92465922fb74ca2c9b392e1c1b7ed5b5e306a76 (patch)
treee75cb0fe8a28b30b8292bc3c2207fbcc46a10ef4 /nova/db/__init__.py
parentf996ec188776ffcae62bcafc1925653a1602880f (diff)
downloadnova-a92465922fb74ca2c9b392e1c1b7ed5b5e306a76.tar.gz
Data abstraction for compute service
Diffstat (limited to 'nova/db/__init__.py')
-rw-r--r--nova/db/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/db/__init__.py b/nova/db/__init__.py
new file mode 100644
index 0000000000..2d893cb361
--- /dev/null
+++ b/nova/db/__init__.py
@@ -0,0 +1,3 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+from nova.db.api import *