diff options
Diffstat (limited to 'pykolab/base.py')
-rw-r--r-- | pykolab/base.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pykolab/base.py b/pykolab/base.py index dd112a2..e5b0884 100644 --- a/pykolab/base.py +++ b/pykolab/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2010 Kolab Systems AG (http://www.kolabsys.com) +# Copyright 2010-2011 Kolab Systems AG (http://www.kolabsys.com) # # Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen a kolabsys.com> # @@ -17,9 +17,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -from pykolab.conf import Defaults, Runtime -import pykolab.conf - class PyKolabBase(object): def __init__(self, pykolab): |