remove unneeded code.

modified:
  labelset.py
This commit is contained in:
2011-05-02 08:20:09 +08:00
parent f15d214713
commit 620e745ebc

View file

@ -15,11 +15,6 @@ import os #used to detect the system information
os_name = os.name #the type of operating system (posix, nt, and so on). os_name = os.name #the type of operating system (posix, nt, and so on).
'''change UTF-8 to Big5 by the type of OS (ie. windows xp, vista?, windows 7?).
to fix the encoding problem in the command line of windows.'''
if os_name == 'nt': #windows xp, vista, nt,etc.
#-*-coding:big5-*-
pass
'''funtcion to quit the program''' '''funtcion to quit the program'''
def quit(): def quit():