i'm working on a building a framework of common social networking
features for several pylons apps to subclass/inherit from

an issue that I'm running into, is that I need to access/import some
things not from pylons, but from the app itself

instead of doing
    from ......lib import helpers as h

is there a better way to do something like
   from PylonsApp import helpers as h
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to