shebangs need to point at python2
[sfa.git] / sfatables / pretty.py
index 9a896ee..87e74fb 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 class Pretty:
     rows = []
@@ -25,8 +25,6 @@ class Pretty:
             cur_line = ""
             num = 0
 
-            import pdb
-            pdb.set_trace()
             for r in rule:
                 cur_line = cur_line + "%s "%r
                 if (self.column_width[num] > len(r)):