OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_cfg
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
226
default_cfg
= "turtle.cfg"
229
if isfile(
default_cfg
):
230
cfgdict1 = config_dict(
default_cfg
)
231
#print "1. Loading config-file %s from: %s" % (
default_cfg
, os.getcwd())
233
default_cfg
= "turtle_%s.cfg" % cfgdict1["importconfig"]
236
cfg_file2 = join(head,
default_cfg
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
226
default_cfg
= "turtle.cfg"
229
if isfile(
default_cfg
):
230
cfgdict1 = config_dict(
default_cfg
)
231
#print "1. Loading config-file %s from: %s" % (
default_cfg
, os.getcwd())
233
default_cfg
= "turtle_%s.cfg" % cfgdict1["importconfig"]
236
cfg_file2 = join(head,
default_cfg
)
[
all
...]
Completed in 60 milliseconds