rename lib directory
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user