[Commits] r465 - website
commits at geoext.org
commits at geoext.org
Fri Apr 24 21:33:15 CEST 2009
Author: whit
Date: 2009-04-24 21:33:15 +0200 (Fri, 24 Apr 2009)
New Revision: 465
Modified:
website/pavement.py
Log:
contain import
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-24 19:17:32 UTC (rev 464)
+++ website/pavement.py 2009-04-24 19:33:15 UTC (rev 465)
@@ -16,8 +16,8 @@
from paver.easy import path
from paver import svn
import os
-from jst import DocParser
+
version = '0.0'
setup(name='GeoExtSite',
@@ -108,6 +108,8 @@
@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