Changes between Initial Version and Version 1 of Ticket #529


Ignore:
Timestamp:
Jul 31, 2012, 7:29:34 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529

    • Property Owner changed from jml to Ryan J Ollos
    • Property Status changed from new to assigned
  • Ticket #529 – Description

    initial v1  
    11I needed to remove the first two lines in setup.py to be able to install the plugin:
    22
    3 `import ez_setup
    4 ez_setup.use_setuptools()`
     3{{{
     4#!python
     5import ez_setup
     6ez_setup.use_setuptools()
     7}}}