FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 08fcfa54 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@1016 29193198-4895-4776-b068-10539e920549
parent bb317c7c
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,7 @@ if sys.platform.find("ymbian")>-1: sys.path.insert(0,os.getcwd()+os.sep+"lib")
import time,sched,sndhdr,random,math,pprint,codecs
def exc_info(inGradint=True):
import sys # in case it's been gc'd
w = str(sys.exc_info()[0])
if "'" in w: w=w[w.index("'")+1:w.rindex("'")]
if '.' in w: w=w[w.index(".")+1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment