*** empty log message ***

svn path=/trunk/boinc/; revision=1866
This commit is contained in:
David Anderson 2003-07-30 00:03:59 +00:00
parent e687343059
commit 05cf08d59a
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ program_path = os.path.realpath(os.path.dirname(sys.argv[0]))
sys.path[0:0] = ['../py', os.path.realpath(os.path.join(program_path, '../py'))]
from version import *
MINOR_VERSION = 7
def xsort(list):
newlist = list[:]
newlist.sort()