kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Use explicit relative imports #363

Open kynikos opened 9 years ago

kynikos commented 9 years ago

Instead of importing modules in the same package with import module, always use from . import module.