You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Move scanners in its own directory. Dir base-tests -> base_tests so we
can import from that.
This commit is contained in:
5
test/base_tests/python2.7/test_mine.py
Normal file
5
test/base_tests/python2.7/test_mine.py
Normal file
@@ -0,0 +1,5 @@
|
||||
sum(i*i for i in range(10))
|
||||
|
||||
sum(x*y for x,y in zip(xvec, yvec))
|
||||
|
||||
|
Reference in New Issue
Block a user