File: fix_namespace.patch

package info (click to toggle)
python-quantumclient 2012.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 336 kB
  • sloc: python: 3,130; sh: 17; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/setup.py
+++ b/setup.py
@@ -71,4 +71,5 @@
             'quantum = quantum.client.cli:main'
         ]
     },
+    namespace_packages=['quantum',],
 )