Author: damoxc
Revision: 5237
Log:
add config_file as a property to the Config class
Diff:
Modified: trunk/deluge/config.py
===================================================================
--- trunk/deluge/config.py 2009-05-05 22:59:34 UTC (rev 5236)
+++ trunk/deluge/config.py 2009-05-07 15:09:13 UTC (rev 5237)
@@ -294,6 +294,10 @@
except Exception, e:
log.error("Error moving new config file: %s", e)
return
+
+ @property
+ def config_file(self):
+ return self.__config_file
@prop
def config():
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---