SVN
- svn checkout --username anonsvn https://dev.naver.com/svn/urlimport
- The password is 'anonsvn'
import urlimport_myevan
import devil
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urlimport
| | Url importing enabled. Add urls to sys.path.
| | Use urlimport.config(key=value) to manipulate settings:
| | debug=1
| | ssl_key=''
| | ssl_cert=''
| |
| | This stuff is experimental, use at your own risk. Enjoy.
>>> import sys
>>> sys.path.append("http://www.myevan.net/python")
>>> import hello
| | find_module: got 'http://www.myevan.net/python/hello.py'.
>>> hello.hello()
hello -_-)/
>>>