[Commits] r467 - website

commits at geoext.org commits at geoext.org
Sat Apr 25 00:48:55 CEST 2009


Author: tschaub
Date: 2009-04-25 00:48:55 +0200 (Sat, 25 Apr 2009)
New Revision: 467

Modified:
   website/pavement.py
Log:
works without pdb

Modified: website/pavement.py
===================================================================
--- website/pavement.py	2009-04-24 21:16:09 UTC (rev 466)
+++ website/pavement.py	2009-04-24 22:48:55 UTC (rev 467)
@@ -108,7 +108,6 @@
 
 @task
 def parse_docs():
-    import pdb;pdb.set_trace()
     from jst import DocParser
     parser = DocParser.from_fn("jst.cfg")
     parser.run()



More information about the Commits mailing list