Hello, this is more a python-specific problem then a django one. I have 2 modules
#a.py: global filebuffer filebuffer = [] #b.py print filebuffer --> filebuffer not defined ___________________________ Do I have to import a.py? but I want to work on the same instance of filebuffer from both modules? Any ideas? Thanks -Toni --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---