[Checkins] SVN: hurry.extjs/trunk/setup.py Bugfix while copying the ExtJS source code

Santiago Videla santiago.videla at gmail.com
Mon May 4 15:29:50 EDT 2009


Log message for revision 99739:
  Bugfix while copying the ExtJS source code
  
  

Changed:
  U   hurry.extjs/trunk/setup.py

-=-
Modified: hurry.extjs/trunk/setup.py
===================================================================
--- hurry.extjs/trunk/setup.py	2009-05-04 19:04:59 UTC (rev 99738)
+++ hurry.extjs/trunk/setup.py	2009-05-04 19:29:49 UTC (rev 99739)
@@ -18,7 +18,7 @@
 # remove previous ExtJS
 shutil.rmtree(dest_path, ignore_errors=True)
 
-build_path = os.path.join(ex_path, 'ext-%s' % EXTJS_VERSION)
+build_path = os.path.join(ex_path)
 shutil.copytree(build_path, dest_path)
 
 shutil.rmtree(dirpath, ignore_errors=True)



More information about the Checkins mailing list