View | Details | Raw Unified | Return to bug 43257
Collapse All | Expand All

(-)/usr/share/univention-updater/updater-statistics.orig (-1 / +4 lines)
 Lines 30-36    Link Here 
30
# /usr/share/common-licenses/AGPL-3; if not, see
30
# /usr/share/common-licenses/AGPL-3; if not, see
31
# <http://www.gnu.org/licenses/>.
31
# <http://www.gnu.org/licenses/>.
32
32
33
import univention.admin.license
33
try:
34
	import univention.admin.license
35
except ImportError:
36
	pass
34
import univention.admin.uldap
37
import univention.admin.uldap
35
import univention.config_registry
38
import univention.config_registry
36
import univention.config_registry.frontend
39
import univention.config_registry.frontend

Return to bug 43257