Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smart_append_path-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

smart_append_path-0.0.1-py2-none-any.whl (1.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page