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

(-)a/branches/ucs-3.1/ucs-3.1-1/management/univention-management-console/dev/dh-umc-module-build (-7 / +1 lines)
 Lines 36-48   import sys Link Here 
36
from optparse import OptionParser
36
from optparse import OptionParser
37
37
38
import univention.debhelper as dh_ucs
38
import univention.debhelper as dh_ucs
39
39
import univention.dh_umc as dh_umc
40
try:
41
	sys.path.insert( 0, './dev' )
42
	import dh_umc
43
except BaseException, e:
44
	print 'warning:', str( e )
45
	import univention.dh_umc as dh_umc
46
40
47
"""Helps installing UMC modules. It parses a RFC 822 file called
41
"""Helps installing UMC modules. It parses a RFC 822 file called
48
$(package).umc-modules and installs the specified components of a module
42
$(package).umc-modules and installs the specified components of a module
(-)a/branches/ucs-3.1/ucs-3.1-1/management/univention-management-console/dev/dh-umc-module-install (-5 / +1 lines)
 Lines 36-46   import sys Link Here 
36
from optparse import OptionParser
36
from optparse import OptionParser
37
37
38
import univention.debhelper as dh_ucs
38
import univention.debhelper as dh_ucs
39
try:
39
import univention.dh_umc as dh_umc
40
	sys.path.insert( 0, './dev' )
41
	import dh_umc
42
except:
43
	import univention.dh_umc as dh_umc
44
40
45
"""Helps installing UMC modules. It parses a RFC 822 file called
41
"""Helps installing UMC modules. It parses a RFC 822 file called
46
$(package).umc-modules and installs the specified components of a module
42
$(package).umc-modules and installs the specified components of a module

Return to bug 31123