Changeset 144

Show
Ignore:
Timestamp:
Fri Dec 15 11:43:51 2006
Author:
manatlan
Message:
Files:

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)