Remove some unneeded imports

This commit is contained in:
Alexander van Gessel 2012-04-14 02:11:21 +01:00
parent 70abf0e6f8
commit 1fc1cdddd2

View file

@ -19,10 +19,9 @@ This utility provides two tools
* update the translations in a campaign (in the packed campaign)
"""
import sys, os, optparse, tempfile, shutil, logging, socket
import sys, os.path, optparse, tempfile, shutil, logging, socket
# in case the wesnoth python package has not been installed
sys.path.append("data/tools")
import wmldata as wmldata
#import CampaignClient as libwml
import wesnoth.campaignserver_client as libwml