comparison bin/rdfdb @ 1060:473db8bebb8f

install a copy of cycloneerr.py Ignore-this: cd8b94a251fff5cd9412775258a1f2cf
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 02 Jun 2014 00:19:38 +0000
parents c1face79c0e1
children 7aca3145c96e
comparison
equal deleted inserted replaced
1059:7f5a9958095b 1060:473db8bebb8f
125 125
126 from twisted.internet.inotify import INotify 126 from twisted.internet.inotify import INotify
127 from run_local import log 127 from run_local import log
128 log.setLevel(logging.DEBUG) 128 log.setLevel(logging.DEBUG)
129 129
130 try: 130 from lib.cycloneerr import PrettyErrorHandler
131 import sys
132 sys.path.append("../homeauto/lib")
133 from cycloneerr import PrettyErrorHandler
134 except ImportError:
135 class PrettyErrorHandler(object):
136 pass
137 131
138 class Client(object): 132 class Client(object):
139 """ 133 """
140 one of our syncedgraph clients 134 one of our syncedgraph clients
141 """ 135 """