general: minor cleanup
- get rid of unnecessary globs in get_files (they should be in config if the user wishes) - get rid of some old kython imports - do not convert Path twice in foursquare (so CPath works correctly)
This commit is contained in:
parent
5799c062a5
commit
2025d7ad1a
10 changed files with 20 additions and 58 deletions
|
@ -53,3 +53,7 @@ if legacy:
|
|||
REQUIRES = [
|
||||
'git+https://github.com/karlicoss/fbmessengerexport',
|
||||
]
|
||||
|
||||
|
||||
# to prevent it from apprearing in modules list/doctor
|
||||
from ..core import __NOT_HPI_MODULE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue