diff bin/subserver @ 1861:40cc863d2b63

start py3 and other dep fixes Ignore-this: f43a792107c9640a01d35c080b0ee87d
author drewp@bigasterisk.com
date Fri, 24 May 2019 05:58:52 +0000
parents 7772cc48e016
children 3c523c71da29
line wrap: on
line diff
--- a/bin/subserver	Wed May 22 00:09:13 2019 +0000
+++ b/bin/subserver	Fri May 24 05:58:52 2019 +0000
@@ -15,7 +15,7 @@
 from light9.namespaces import L9, DCTERMS
 from light9 import networking, showconfig
 
-from lib.cycloneerr import PrettyErrorHandler
+from cycloneerr import PrettyErrorHandler
 
 
 class Static(PrettyErrorHandler, cyclone.web.StaticFileHandler):