Changeset 19 for yum/trunk/yum-updatesd.py
- Timestamp:
- Sep 14, 2010, 1:13:51 PM (15 years ago)
- File:
-
- 1 edited
-
yum/trunk/yum-updatesd.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yum/trunk/yum-updatesd.py
r2 r19 54 54 55 55 # FIXME: is it really sane to use this from here? 56 sys.path.append('/ usr/share/yum-cli')56 sys.path.append('/@unixroot/usr/share/yum-cli') 57 57 import callback 58 58 59 config_file = '/ etc/yum/yum-updatesd.conf'59 config_file = '/@unixroot/etc/yum/yum-updatesd.conf' 60 60 initial_directory = os.getcwd() 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
