mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1866
This commit is contained in:
parent
e687343059
commit
05cf08d59a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue