A small import package
Project description
1
may,use like this
2
dir1:
file1.py
dir2:
file2.py
3
file2.py:
import file1
4
python dir2/file2.py
you will got: ERROR,ERROR,ERROR ...
5
file2.py
if __name__ == '__main__':
import smart_append_path
smart_append_path.append_top1(__file__)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for smart_append_path-0.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3bd086fbd90f24613d75e2e81d16fff6cc29bd6af113663eb51a0638d7efcc7 |
|
MD5 | 5aaabc92adb442f4bb2bb5d46243bf08 |
|
BLAKE2b-256 | 8f71b6692257cc36569813c07fb173a6e7576f862c6af961f135f4f4d55f377f |