Opened 7 years ago
Closed 6 years ago
#3081 closed bug (Fixed)
Move baseargparser out of deluge/ui
Reported by: | Calum | Owned by: | DjLegolas |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | develop |
Keywords: | Cc: |
Description
Currently the baseargparser.py file resides in deluge/ui
however since daemon_entry
imports this I think it would make more sense to move it to top-level deluge
. This would remove the reliance of ui
code in core
.
Perhaps consider renaming to argparser_base.py
.
Also set_dummy_trans
will need moved to deluge/common.py
or baseargparser.py
Note:
See TracTickets
for help on using tickets.
Milestone renamed