projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9cf85f
)
Fix mismatch opening and closing quotes on a string.
author
Brett Cannon
<bcannon@gmail.com>
Thu, 2 Mar 2006 17:47:01 +0000
(17:47 +0000)
committer
Brett Cannon
<bcannon@gmail.com>
Thu, 2 Mar 2006 17:47:01 +0000
(17:47 +0000)
Lib/test/leakers/test_gestalt.py
patch
|
blob
|
history
diff --git
a/Lib/test/leakers/test_gestalt.py
b/Lib/test/leakers/test_gestalt.py
index f947fc516f10a93dfe2a39be95104129590289de..46bfcc806dc6c5207631c7544e75d62a428be512 100644
(file)
--- a/
Lib/test/leakers/test_gestalt.py
+++ b/
Lib/test/leakers/test_gestalt.py
@@
-1,8
+1,7
@@
-
import sys
if sys.platform != 'darwin':
- raise ValueError, "This test only leaks on Mac OS X
'
+ raise ValueError, "This test only leaks on Mac OS X
"
def leak():
# taken from platform._mac_ver_lookup()