From: Michael Tremer Date: Thu, 13 Dec 2012 14:41:02 +0000 (+0100) Subject: Export PakfireServer in the pakfire module. X-Git-Tag: 0.9.24~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0921622ae445e96fca24df426a1b10545362a83a;p=pakfire.git Export PakfireServer in the pakfire module. --- diff --git a/python/pakfire/__init__.py b/python/pakfire/__init__.py index baacc4f07..b1ab92274 100644 --- a/python/pakfire/__init__.py +++ b/python/pakfire/__init__.py @@ -19,7 +19,7 @@ # # ############################################################################### -from base import Pakfire, PakfireBuilder +from base import Pakfire, PakfireBuilder, PakfireServer from constants import PAKFIRE_VERSION