summaryrefslogtreecommitdiff
path: root/configshell_fb.py
diff options
context:
space:
mode:
Diffstat (limited to 'configshell_fb.py')
-rw-r--r--configshell_fb.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/configshell_fb.py b/configshell_fb.py
new file mode 100644
index 0000000..a6fd918
--- /dev/null
+++ b/configshell_fb.py
@@ -0,0 +1,12 @@
+# Providing backwards compatibility for modules importing 'configshell_fb'
+
+from configshell import ConfigNode, ConfigShell, Console, ExecutionError, Log, Prefs
+
+__all__ = [
+ 'Console',
+ 'Log',
+ 'ConfigNode',
+ 'ExecutionError',
+ 'Prefs',
+ 'ConfigShell',
+]