Opened 6 years ago
Closed 4 years ago
#3081 closed bug (Fixed)
Move baseargparser out of deluge/ui
Reported by: | Cas | 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
Change History (3)
comment:1 Changed 5 years ago by Cas
- Milestone changed from 2.0 to 2.0.0
comment:2 Changed 5 years ago by DjLegolas
- Owner set to DjLegolas
- Status changed from new to accepted
Look at PR 217.
comment:3 Changed 4 years ago by Cas
- Resolution set to Fixed
- Status changed from accepted to closed
Fixed: [d417c4b0f9fd0]
Note: See
TracTickets for help on using
tickets.
Milestone renamed