mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
A few missing casts (Richard Neitzel).
Don't append Unix paths on a Mac (Jack Jansen).
This commit is contained in:
parent
2429c722d7
commit
a0e2422615
3 changed files with 9 additions and 6 deletions
|
|
@ -17,7 +17,8 @@
|
|||
#
|
||||
|
||||
import sys, os
|
||||
sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Tools/modulator'))
|
||||
if os.name <> 'mac':
|
||||
sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Tools/modulator'))
|
||||
|
||||
from Tkinter import *
|
||||
from Tkextra import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue