diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-04-21 06:00:35 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-04-21 06:00:35 (GMT) |
commit | 78118992ad6fa5c9a5c9d829ae2733a4bac96cd8 (patch) | |
tree | f4160a241a048dc258b4add87efd94d80581a7b4 | |
parent | a92e81bf48307b2b8ebbfc4d7ddcc55034514d92 (diff) | |
download | cpython-78118992ad6fa5c9a5c9d829ae2733a4bac96cd8.zip cpython-78118992ad6fa5c9a5c9d829ae2733a4bac96cd8.tar.gz cpython-78118992ad6fa5c9a5c9d829ae2733a4bac96cd8.tar.bz2 |
Sync test_plistlib.py with plistlib.py
-rw-r--r-- | Lib/test/test_plistlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_plistlib.py b/Lib/test/test_plistlib.py index 47630dc..e6e0f86 100644 --- a/Lib/test/test_plistlib.py +++ b/Lib/test/test_plistlib.py @@ -9,7 +9,7 @@ from test import test_support # This test data was generated through Cocoa's NSDictionary class TESTDATA = """<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \ +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \ "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> |