[Checkins] SVN: hurry.jquery/trunk/src/hurry/jquery/prepare.py Check was incorrect, fix the check.

Martijn Faassen faassen at startifact.com
Wed Jul 28 11:38:21 EDT 2010


Log message for revision 115167:
  Check was incorrect, fix the check.
  

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

-=-
Modified: hurry.jquery/trunk/src/hurry/jquery/prepare.py
===================================================================
--- hurry.jquery/trunk/src/hurry/jquery/prepare.py	2010-07-28 15:36:51 UTC (rev 115166)
+++ hurry.jquery/trunk/src/hurry/jquery/prepare.py	2010-07-28 15:38:20 UTC (rev 115167)
@@ -64,12 +64,12 @@
     prepare_jquery(os.path.dirname(__file__))
 
 def working_entrypoint(data):
-    if data['name'] != 'hurry.resource':
+    if data['name'] != 'hurry.jquery':
         return
     prepare_jquery(os.path.dirname(__file__))
 
 def tag_entrypoint(data):
-    if data['name'] != 'hurry.resource':
+    if data['name'] != 'hurry.jquery':
         return
     prepare_jquery(data['tagdir'] + '/src/hurry/jquery')
     



More information about the checkins mailing list