From: Michael Tremer Date: Thu, 13 Dec 2012 14:41:02 +0000 (+0100) Subject: Export PakfireServer in the pakfire module. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0921622ae445e96fca24df426a1b10545362a83a;p=people%2Fstevee%2Fpakfire.git Export PakfireServer in the pakfire module. --- diff --git a/python/pakfire/__init__.py b/python/pakfire/__init__.py index baacc4f0..b1ab9227 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