[Dev OpenGP] [143] sdjkfsdkf |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 143
Author: nicolaf
Date: 2009-03-27 04:43:12 +0100 (Fri, 27 Mar 2009)
Log Message:
-----------
sdjkfsdkf
Modified Paths:
--------------
trunk/src/lib/ogp/plugins/motd/motd.py
Modified: trunk/src/lib/ogp/plugins/motd/motd.py
===================================================================
--- trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:41:23 UTC (rev 142)
+++ trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:43:12 UTC (rev 143)
@@ -71,7 +71,7 @@
logging.debug('Motd.installConf()')
logging.info('Motd: installing conf.')
motd = str(self.pullFile('motd', True))
- dist_e = self.currentConf.xpath(self.__conf_xpath + '/conf')
+ dist_e = self.currentConf.xpath(self.__conf_xpath + '/distro')
if len(dist_e) != 0:
distro = dist_e[0].text
else: