CLN: remove relative imports#3827
CLN: remove relative imports#3827cpcloud merged 1 commit intopandas-dev:masterfrom cpcloud:remove-relative-imports
Conversation
|
This fixed the (motivating) syntax error from #3821, and has the benefit of working on py3 (when not built is show ImportError rather than syntax error). Merge? |
|
will rebase and then i willl merge |
|
@jreback good 2 merge? |
|
what exactly is the reason the relative imports are bad? |
|
i don't think they are bad necessarily, but they're certainly not needed here since they were used to refer to |
|
Your error message is a big improvement, (and solves the even less descriptive "syntax error" in py2.5+3). |
|
also importerrors should not be caught by |
|
sounds good then |
No description provided.