summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_applesingle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_applesingle.py')
-rw-r--r--Lib/test/test_applesingle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_applesingle.py b/Lib/test/test_applesingle.py
index eeb01c5..2a2d60a 100644
--- a/Lib/test/test_applesingle.py
+++ b/Lib/test/test_applesingle.py
@@ -55,7 +55,7 @@ class TestApplesingle(unittest.TestCase):
applesingle.decode(test_support.TESTFN, TESTFN2)
self.compareData(False, dataforkdata)
self.compareData(True, resourceforkdata)
-
+
def test_applesingle_resonly(self):
try:
os.unlink(TESTFN2)