--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/qmsk/__init__.py Sat Oct 04 13:32:35 2014 +0300
@@ -0,0 +1,4 @@
+## Namespace package
+# http://legacy.python.org/dev/peps/pep-0420/#namespace-packages-today
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)