I would like to put each of my classes in separate files to make it easier to 
edit them and keep the various files as small as possible for editing purposes. 
 

I have come across a couple of problems:

1.  I have to use import statements like "from file import class" instead of 
"import file"
2.  I have to include all of the import statements for things not found in the 
class file

Is this normal or am I doing something wrong?

Thanks!

Chris Hare
ch...@labr.net
http://www.labr.net

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to