Revision: c4ec7afca335
Branch:   default
Author:   Pekka Klärck
Date:     Fri Sep  6 11:51:45 2013 UTC
Log:      setup.py: support setuptools development mode

Update issue 1484
Status: Done
Owner: pekka.klarck
Fixed by importing setuptools when `develop` option is used.
http://code.google.com/p/robotframework/source/detail?r=c4ec7afca335

Modified:
 /setup.py

=======================================
--- /setup.py   Fri May 31 13:43:24 2013 UTC
+++ /setup.py   Fri Sep  6 11:51:45 2013 UTC
@@ -5,6 +5,9 @@
 from os.path import join, dirname
 from distutils.core import setup

+if 'develop' in sys.argv:
+    import setuptools    # support setuptools development mode
+
 execfile(join(dirname(__file__), 'src', 'robot', 'version.py'))

 # Maximum width in Windows installer seems to be 70 characters -------|

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to