mattharrison / Tiny-Python-3.6-Notebook

This repository contains the text for the Tiny Python 3.6 Notebook.
1.35k stars 220 forks source link

importing - "import" instead of "from" #7

Closed pcampr closed 7 years ago

pcampr commented 7 years ago

I suppose this doesn't work: from packagename.module1 and should be: import packagename.module1

mattharrison commented 7 years ago

Thanks