-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi, again!
First, I've forked the package and made python 3 support.
I am not an experienced user of python and Github, should I do some commits or leave the fork to leave by itself?
The second problem is that with the following project structure:
-project:
--fold0
---subfolder
----more subfolders
---subfold2
--fold1
--fold2
the public-release export only modules from fold0, others are not exported.
For example, I've
import fold0.subfolder... module which is imported in subfold2.
The public-release exports this successfully and rewrites as
from helpers import ...
but the other imports from fold1 and fold1 stays the same as
from fold1... import ...
Is this a regular thing? (or maybe I broke smth:))
Metadata
Metadata
Assignees
Labels
No labels