Changes between Initial Version and Version 1 of Ticket #18496
- Timestamp:
- Jun 21, 2012, 4:12:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18496
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #18496 – Description
initial v1 3 3 Something along these lines: 4 4 5 {{{ 5 6 import sys 6 7 … … 9 10 if path not in sys.path: 10 11 sys.path.append(path) 12 }}}