add a single Python 2.6 source/code test

This commit is contained in:
rocky
2015-12-13 05:23:28 -05:00
parent 24c301c489
commit 379aeb8813
80 changed files with 350 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
import os, sys as System, time
import sys
from rfc822 import Message as Msg822
from mimetools import Message as MimeMsg, decode, choose_boundary as MimeBoundary
import test.test_StringIO as StringTest
for k, v in globals().items():
print `k`, v