Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11518, comment 9


Ignore:
Timestamp:
Mar 16, 2014, 4:05:10 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11518, comment 9

    initial v1  
    44[GCC 4.7.3] on linux2
    55Type "help", "copyright", "credits" or "license" for more information.
    6 >>> __version__
    7 Traceback (most recent call last):
    8   File "<stdin>", line 1, in <module>
    9 NameError: name '__version__' is not defined
    106>>> from trac import __version__
    117>>> __version__