This commit is contained in:
Nikos Kouremenos 2005-11-23 19:21:46 +00:00
parent d9cc33cf26
commit d958bcf521
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ def create_log_db():
con.commit()
def check_and_possible_create_paths():
def check_and_possibly_create_paths():
LOG_DB_PATH = logger.LOG_DB_PATH
VCARDPATH = gajim.VCARDPATH
dot_gajim = os.path.dirname(VCARDPATH)

View File

@ -64,7 +64,7 @@ except ImportError:
sys.exit()
from common import check_paths
check_paths.check_and_possible_create_paths()
check_paths.check_and_possibly_create_paths()
path = os.getcwd()
if '.svn' in os.listdir(path):