Cleanup: use self. directly in args assignment.

This commit is contained in:
Martin Zibricky 2012-06-26 21:50:12 +02:00
parent 0d6b003572
commit 88e2bc4ed9
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class MacosxBuilder(object):
self.docs_path = self.config.get(u'paths', u'documentation')
self.openlp_script = os.path.abspath(
os.path.join(branch_path, u'openlp.pyw'))
os.path.join(self.branch_path, u'openlp.pyw'))
self.hooks_path = os.path.abspath(os.path.join(
self.branch_path, self.config.get(u'paths', u'hooks')))
self.mac_icon = os.path.abspath(