Show
Ignore:
Timestamp:
12/25/06 18:25:30 (5 years ago)
Author:
mg
Message:

Ability to customize keyboard controls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pyspacewar/version.py

    r219 r224  
    1212    # This is slightly misleading: svn_revision contains the last changed 
    1313    # revision number for version.py, not the revision number of the whole 
    14     # repository. 
     14    # repository.  Using os.popen('svnversion').read() would be better, but 
     15    # only if the end-user has subversion installed.