Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3 #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

prashantsengar-cl
Copy link

Not tested for Python 2.

prashantsengar-cl and others added 3 commits April 6, 2023 16:27
__builtins__ is not a dict. Hence getting and setting attributes using getattr and setattr respectively
In Python 3, min level of imports is 0. It fails at -1 with error:

```
ValueError: level must be >= 0
```

__builtins__ is not a dict. Hence getting and setting attributes using getattr and setattr respectively
Can be installed as a package named "import_profiler3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant