Giancarlo Niccolai
unread,Jan 22, 2013, 6:17:31 AM1/22/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to falc...@googlegroups.com
I am starting to port the core module, and while reviewing things like
dirMake and fileRename, I was wondering whether:
1) Keep the old functions as they are
2) Create a class or namespace for the functions, like dir.make()... but
keep them in the core module.
3) Move them in another module, like, the dir module, so that
import from dir in dir
dir.make(...)
would do.
Suggestions?
Gian.