mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
__file__ change for foresightlinux people
This commit is contained in:
parent
02cd556f18
commit
603675494d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -232,7 +232,7 @@ class build_trans(cmd.Command):
|
|||
pass
|
||||
|
||||
def run(self):
|
||||
po_dir = os.path.join(os.path.dirname(__file__), 'po')
|
||||
po_dir = os.path.join(os.path.dirname(os.curdir), 'po')
|
||||
for path, names, filenames in os.walk(po_dir):
|
||||
for f in filenames:
|
||||
if f.endswith('.po'):
|
||||
|
|
Loading…
Add table
Reference in a new issue