mirror of
https://github.com/Nuitka/Nuitka.git
synced 2026-02-01 11:33:19 +01:00
* The test case added lately was Python3 only, but rather than extending the list, lets just use filename driven decision, migrating to proper test case scan. * To make it work, we needed to rename cases, such that numbers are not at the end, or else they will be mistaken for version constraints, e.g. "_2"
6 lines
146 B
Python
6 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
import some_package # contains some_module isort:skip
|
|
import main_module # isort:skip
|
|
import other_package # isort:skip
|