~racb/+junk/dynamic_import

  • Committer: Robie Basak
  • Date: 2011-11-18 17:40:21 UTC
  • Revision ID: robie.basak@canonical.com-20111118174021-m53iati4oeyai5n6
Add standard .pyc handling

Normal Python behaviour is to load .pyc files even if .py files are
missing. So we treat a submodule as existing if either a .pyc or .py
exists.
Filename Latest Rev Last Changed Committer Comment Size
..
local_settings 1 12 years ago Dave Walker (Daviey) First example Diff
settings.py 3 12 years ago Robie Basak Fixed assignment problem 29 bytes Diff Download File
test.py 3 12 years ago Robie Basak Fixed assignment problem 342 bytes Diff Download File