mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
lib/globals.py clean up
This commit is contained in:
parent
01a321c202
commit
e1bd1bf4b4
1 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@ PYPHOON = "/home/igor/pyphoon/bin/pyphoon-lolcat"
|
||||||
_DATADIR = "/wttr.in"
|
_DATADIR = "/wttr.in"
|
||||||
_LOGDIR = "/wttr.in/log"
|
_LOGDIR = "/wttr.in/log"
|
||||||
|
|
||||||
CACHEDIR = os.path.join(_DATADIR, "cache/wego/")
|
|
||||||
IP2LCACHE = os.path.join(_DATADIR, "cache/ip2l/")
|
IP2LCACHE = os.path.join(_DATADIR, "cache/ip2l/")
|
||||||
PNG_CACHE = os.path.join(_DATADIR, "cache/png")
|
PNG_CACHE = os.path.join(_DATADIR, "cache/png")
|
||||||
LRU_CACHE = os.path.join(_DATADIR, "cache/lru")
|
LRU_CACHE = os.path.join(_DATADIR, "cache/lru")
|
||||||
|
@ -43,7 +42,6 @@ BLACKLIST = os.path.join(MYDIR, "share/blacklist")
|
||||||
HELP_FILE = os.path.join(MYDIR, 'share/help.txt')
|
HELP_FILE = os.path.join(MYDIR, 'share/help.txt')
|
||||||
BASH_FUNCTION_FILE = os.path.join(MYDIR, 'share/bash-function.txt')
|
BASH_FUNCTION_FILE = os.path.join(MYDIR, 'share/bash-function.txt')
|
||||||
TRANSLATION_FILE = os.path.join(MYDIR, 'share/translation.txt')
|
TRANSLATION_FILE = os.path.join(MYDIR, 'share/translation.txt')
|
||||||
TEST_FILE = os.path.join(MYDIR, 'share/test-NAME.txt')
|
|
||||||
|
|
||||||
IATA_CODES_FILE = os.path.join(MYDIR, 'share/list-of-iata-codes.txt')
|
IATA_CODES_FILE = os.path.join(MYDIR, 'share/list-of-iata-codes.txt')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue