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,13 @@
import sys as SYS
import os as OS, sys as SYSTEM, BaseHTTPServer as HTTPServ
import test.test_MimeWriter as Mime_Writer
from rfc822 import Message as MSG
from mimetools import Message as mimeMsg, decode, \
choose_boundary as mimeBoundry
print '---' * 20
for k, v in globals().items():
print k, repr(v)