forked from mozilla/zamboni
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.baked
80 lines (77 loc) · 4.73 KB
/
.baked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"order": ["future", "stdlib", "django", "3rd", "local", "relative"],
"fallback": "local",
"from_order": {
"local": false
},
"modules": {
"future": ["__future__"],
"stdlib": [
"BaseHTTPServer", "ConfigParser", "Cookie", "EasyDialogs",
"HTMLParser", "Queue", "SimpleXMLRPCServer", "SocketServer",
"StringIO", "abc", "anydbm", "argparse", "array", "asynchat",
"asyncio", "asyncore", "atexit", "base64", "bisect", "bz2",
"cPickle", "cProfile", "cStringIO", "calendar", "cgitb", "cmd",
"codecs", "collections", "commands", "compileall", "contextlib",
"copy", "csv", "datetime", "dbhash", "dbm", "decimal", "difflib",
"dircache", "dis", "doctest", "dumbdbm", "email", "errno",
"exceptions", "filecmp", "fileinput", "fnmatch", "fractions",
"functools", "gc", "gdbm", "getopt", "getpass", "gettext", "glob",
"grp", "gzip", "hashlib", "heapq", "hmac", "imaplib", "imghdr",
"imp", "inspect", "itertools", "json", "linecache", "locale",
"logging", "mailbox", "math", "mhlib", "mimetypes", "mmap",
"multiprocessing", "operator", "optparse", "os", "os.path", "pdb",
"pickle", "pipes", "pkgutil", "platform", "plistlib", "posixpath",
"pprint", "profile", "pstats", "pwd", "pyclbr", "pydoc", "random",
"re", "readline", "resource", "rlcompleter", "robotparser",
"sched", "select", "shelve", "shlex", "shutil", "signal", "site",
"sitecustomize", "smtpd", "smtplib", "socket", "sqlite3", "stat",
"string", "struct", "subprocess", "sys", "sysconfig", "tabnanny",
"tarfile", "tempfile", "textwrap", "threading", "time", "timeit",
"trace", "traceback", "unicodedata", "unittest", "urllib",
"urllib2", "urlparse", "usercustomize", "uuid", "warnings",
"weakref", "webbrowser", "whichdb", "xml", "xml.etree.ElementTree",
"xmlrpclib", "zipfile", "zipimport", "zlib"
],
"3rd": [
"Crypto", "IPython", "M2Crypto", "MySQLdb", "OpenSSL", "PIL",
"aesfield", "amqp", "anyjson", "apiclient", "appvalidator",
"argparse", "babel", "baked", "basket", "billiard", "bleach",
"boto", "browserid", "cache_nuggets", "caching", "caching",
"captcha", "cef", "celery", "celery_tasktree", "celeryutils",
"certifi", "chardet", "commonware", "commonware", "coverage",
"cronjobs", "csp", "cssselect", "cssutils", "curling", "dateutil",
"debug", "debug_toolbar", "defusedxml", "dennis",
"dj_database_url", "django_appcache", "django_browserid",
"django_extensions", "django_filters", "django_nose",
"django_qunit", "django_statsd", "django_tables", "djangoraven",
"djcelery", "dmemcache", "docopt", "docs", "docutils",
"easy_thumbnails", "elasticsearch", "elasticsearch_dsl",
"email_reply_parser", "encutils", "fabric", "fancy_tag",
"fastchardet", "feedparser", "fixture_magic", "flake8", "fudge",
"funtests", "gflags", "gflags_validators", "git", "glue", "google",
"gunicorn", "happyforms", "heka", "heka_cef", "heka_raven", "hera",
"html5lib", "httplib2", "importlib", "ipdb", "jingo", "jingo",
"jingo_minify", "jinja2", "json_field", "jwt", "kombu", "lxml",
"m2secret", "markupsafe", "mccabe", "mdn_theme", "memcache",
"memcachepool", "metlog", "metlog_cef", "metlog_raven",
"mimeparse", "mock", "monolith", "mozilla_logger", "mozpay",
"mpconstants",
"multidb", "mysql_pool", "mysql_pool", "mysqlmysql", "ndg", "nose",
"nose", "oauth2", "oauth2client", "oauthlib", "ordereddict",
"path", "packager", "paramiko", "pep8", "picklefield", "piston",
"polib", "py", "pyasn1", "pyflakes", "pygments",
"pymemcache", "pymysql", "pyquery", "pytz", "queryset_transform",
"quieter_formset", "ratelimit", "raven", "rdflib", "receipts",
"redis", "redis", "redisutils", "requests", "rest_framework",
"rest_framework", "see", "session_csrf", "share", "simplejson",
"six", "slumber", "sphinx", "sphinxcontrib", "sqlalchemy",
"sqlparse", "statsd", "storages", "suds", "tastypie",
"tastypie_services", "tests", "tower", "tox",
"translate", "uritemplate", "uuidfield", "validator", "virtualenv",
"virtualenv_support", "waffle"],
"relative" : ["acl", "authorization", "decorators", "filters",
"forms", "models", "serializers", "tasks", "views"],
"django": ["django"]
}
}