mirror of
https://github.com/python/cpython.git
synced 2025-11-08 17:41:42 +00:00
Different default location for distribution templates
This commit is contained in:
parent
c42c0b76c6
commit
230ad2cb8b
1 changed files with 4 additions and 4 deletions
|
|
@ -200,11 +200,11 @@ def __init__(self):
|
||||||
if not ok:
|
if not ok:
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
os.chdir(fss.as_pathname())
|
os.chdir(fss.as_pathname())
|
||||||
if not os.path.isdir(':(MkDistr)'):
|
if not os.path.isdir(':Mac:Distributions'):
|
||||||
os.mkdir(':(MkDistr)')
|
os.mkdir(':Mac:Distributions')
|
||||||
typedist = GetType()
|
typedist = GetType()
|
||||||
self.inc = IncMatcher(':(MkDistr):%s.include'%typedist)
|
self.inc = IncMatcher(':Mac:Distributions:%s.include'%typedist)
|
||||||
self.exc = ExcMatcher(':(MkDistr):%s.exclude'%typedist)
|
self.exc = ExcMatcher(':Mac:Distributions:%s.exclude'%typedist)
|
||||||
self.ui = MkDistrUI(self)
|
self.ui = MkDistrUI(self)
|
||||||
self.ui.mainloop()
|
self.ui.mainloop()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue