You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
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
7 lines
122 B
Python
7 lines
122 B
Python
# Tests:
|
|
import sys
|
|
from os import path
|
|
from os import *
|
|
import time as time1, os as os1
|
|
import http.client as httpclient
|