Eanilsen / RPGHelper

Dungeon Helper
MIT License
0 stars 0 forks source link

Folder hierarchy change #32

Closed Eanilsen closed 8 years ago

Eanilsen commented 8 years ago

I would like to move main.py above src/ so potential users does not have to enter the src/ directory to launch the program. This means that all import statements will have to include the whole path. So "from ui import blah" becomes "from src.ui import blah", which actually makes more sense.

simenfuglestad commented 8 years ago

I second this

Eanilsen commented 8 years ago

It is now done and merged into develop.