15 строки
348 B
Python
15 строки
348 B
Python
"Constants that will be used across files."
|
|
|
|
# Package type constants.
|
|
PACKAGE_ANY = 0
|
|
PACKAGE_EXTENSION = 1
|
|
PACKAGE_THEME = 2
|
|
PACKAGE_DICTIONARY = 3
|
|
PACKAGE_LANGPACK = 4
|
|
PACKAGE_SEARCHPROV = 5
|
|
PACKAGE_MULTI = 1 # A multi extension is an extension
|
|
PACKAGE_SUBPACKAGE = 7
|
|
|
|
SPIDERMONKEY_INSTALLATION = "/moz/mozilla-central/js/src/build-release/js"
|
|
|