mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Remove hack to set revision to "".
This commit is contained in:
parent
3a47731483
commit
e092619d64
1 changed files with 0 additions and 7 deletions
7
setup.py
7
setup.py
|
@ -241,10 +241,3 @@ setup(
|
|||
deluge = deluge.main:start_ui
|
||||
deluged = deluge.main:start_daemon
|
||||
""")
|
||||
|
||||
try:
|
||||
f = open("deluge/data/revision", "w")
|
||||
f.write("")
|
||||
f.close()
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue