Changeset 144
- Timestamp:
- Fri Dec 15 11:43:51 2006
- Files:
-
- trunk/common.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/common.py
r140 r144 62 62 import os,sys 63 63 def openURL(url): 64 """ open the url in the current browser (don't wait the browser)""" 64 65 if sys.platform[:3].lower() == "win": 65 66 os.startfile(url)
