~ubuntuone-pqm-team/django-nexus/stable

« back to all changes in this revision

Viewing changes to nexus/__init__.py

  • Committer: David Cramer
  • Date: 2011-05-06 01:10:00 UTC
  • Revision ID: git-v1:e05677990b07d1bd64fb2faaa1cb56287f0b87c1
Change nexus-media -> media

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
    if site:
42
42
        orig_site = globals()['site']
43
 
        globals()['site'] = site
 
43
        globals()['site'] = locals()['site']
44
44
 
45
45
    import imp
46
46
    from django.utils.importlib import import_module