From 620e745ebc93baca83cfaeaa1e1084f827b275df Mon Sep 17 00:00:00 2001 From: Date: Mon, 2 May 2011 08:20:09 +0800 Subject: [PATCH] remove unneeded code. modified: labelset.py --- labelset.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/labelset.py b/labelset.py index d46d565..6eea75d 100644 --- a/labelset.py +++ b/labelset.py @@ -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). -'''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''' def quit():