[entropy.server] drop warning when running as user, no need to have it in lib

This commit is contained in:
Fabio Erculiani
2011-10-09 17:06:03 +02:00
parent 6613beb457
commit 335c11db96

View File

@@ -1071,10 +1071,6 @@ class Server(Client):
fake_default_repo_desc = 'this is a fake repository'):
self.__instance_destroyed = False
if etpConst['uid'] != 0:
mytxt = _("Entropy Server interface must be run as root")
import warnings
warnings.warn(mytxt)
self._cacher = EntropyCacher()
# settings