Guest User

Untitled

a guest
Jun 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. try:
  2. import pywebrc
  3. pywebrc.init(pyweb, vars())
  4. except ImportError, e:
  5. if e.args[0].split()[-1] != 'pywebrc':
  6. raise e
Add Comment
Please, Sign In to add comment