Fix import and 3.x class bugs...

import x.y as z was failing across all Python versions
class decorators for Python 3.0..3.3 was failing
reduce 3.x while grammar rules
This commit is contained in:
rocky
2017-11-29 06:59:05 -05:00
parent 42fd38e2c0
commit f2eaa09e96
19 changed files with 6 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# Tests:
import sys
from os import path
from os import *
import time as time1, os as os1
import http.client as httpclient