rename lib directory

This commit is contained in:
Simon
2011-04-09 21:58:14 +02:00
parent 75e6754daf
commit 0818220466
6 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# -*- coding:utf-8 -*-
# pywiUpload - Piwigo gallery generator
# Copyright (C) 2009 - saimon.org
# Copyright (C) 2009-2011 - saimon.org
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -33,8 +33,8 @@ import os
import sys
from configobj import ConfigObj
from optparse import OptionParser
from lib.ftp import FtpUpload
from lib.image import Gallery
from pywiupload.ftp import FtpUpload
from pywiupload.image import Gallery
def read_params(config_file):

View File

@@ -2,7 +2,7 @@
# -*- coding:utf-8 -*-
# pywiUpload - Piwigo gallery generator
# Copyright (C) 2009-2010 - saimon.org
# Copyright (C) 2009-2011 - saimon.org
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ additionnal information for debugging purpose.
import os
import sys
import pywiUpload
from lib.image import Gallery
from pywiupload.image import Gallery
if __name__ == '__main__':
# read params from config file