Browse Source

Add shell.py in toplevel dir

Gu1 11 years ago
parent
commit
59797b0405
1 changed files with 9 additions and 0 deletions
  1. 9 0
      shell.py

+ 9 - 0
shell.py

@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+import os
+import readline
+from pprint import pprint
+
+from flask import *
+from ffdnispdb import *
+
+os.environ['PYTHONINSPECT'] = 'True'