kanikachugh24 / firepy

Automatically exported from code.google.com/p/firepy
MIT License
0 stars 0 forks source link

Conflicts with the original django package when using firepy as local package, not in PYTHONPATH. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I use firepy as a local package and via relative imports, the package 
'django.middleware' conflicts with the original django package.

I suggest swapping the inclusion relation like 'middleware.django', 
'middleware.some-other-framework' to improve generality and solve the above 
issue.

Original issue reported on code.google.com by daybreaker12 on 20 Jul 2009 at 4:47