From 0921622ae445e96fca24df426a1b10545362a83a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Dec 2012 15:41:02 +0100 Subject: [PATCH] Export PakfireServer in the pakfire module. --- python/pakfire/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5