Advertisement
maxx573

Untitled

May 7th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [jbranum@140-sfoeng51-54 cheetah]ツls templates
  2. index.py index.pyc index.tmpl
  3. [jbranum@140-sfoeng51-54 cheetah]ツpython -c 'import templates.index'
  4. Traceback (most recent call last):
  5. File "<string>", line 1, in <module>
  6. ImportError: No module named templates.index
  7. [jbranum@140-sfoeng51-54 cheetah]ツtouch templates/__init__.py
  8. [jbranum@140-sfoeng51-54 cheetah]ツpython -c 'import templates.index'
  9. [jbranum@140-sfoeng51-54 cheetah]ツ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement