Deleted not used imports.

svn: r14274
This commit is contained in:
Peter Landgren 2010-02-08 08:26:54 +00:00
parent 3b3e5e032d
commit bd3120bcb0

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id:TransUtils.py 9912 2008-01-22 09:17:46Z acraphae $ # $Id:constfunc.py 14272 2010-02-07 19:11:00Z ldnp $
""" """
Some independet constants Some independet constants
@ -30,8 +30,6 @@ Some independet constants
# python modules # python modules
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
import sys
import os
import platform import platform
#------------------------------------------------------------------------- #-------------------------------------------------------------------------