summaryrefslogtreecommitdiff
path: root/lib/debug/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug/__init__.py')
-rw-r--r--lib/debug/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/debug/__init__.py b/lib/debug/__init__.py
new file mode 100644
index 00000000..8093e6a0
--- /dev/null
+++ b/lib/debug/__init__.py
@@ -0,0 +1,11 @@
+# Authors: see git history
+#
+# Copyright (c) 2010 Authors
+# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+
+
+# this enable:
+# from .debug import debug
+# from ..debug import debug
+from .debug import debug
+