[Checkins] SVN: hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py Fix bug in preparation code.

Martijn Faassen faassen at startifact.com
Wed Jul 28 11:26:19 EDT 2010


Log message for revision 115159:
  Fix bug in preparation code.
  

Changed:
  U   hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py

-=-
Modified: hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py
===================================================================
--- hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py	2010-07-28 15:25:41 UTC (rev 115158)
+++ hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py	2010-07-28 15:26:19 UTC (rev 115159)
@@ -93,4 +93,4 @@
     prepare_jqueryui(py.path.local(os.path.dirname(__file__)))
 
 def tag_entrypoint(data):
-    prepare_jquery(data['tagdir'] + '/src/hurry/jqueryui')
+    prepare_jqueryui(data['tagdir'] + '/src/hurry/jqueryui')



More information about the checkins mailing list