From: Nicolas Boisselier Date: Wed, 12 Aug 2015 23:15:53 +0000 (+0100) Subject: nb.py X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=90d957ea846fcb257848d0f70bc6c20a174bc495;p=nb.git nb.py --- diff --git a/lib/python/nb.py b/lib/python/nb.py index 4a8990f8..222fbfe7 100644 --- a/lib/python/nb.py +++ b/lib/python/nb.py @@ -1,5 +1,7 @@ import sys import os +import re +#INCLUDE_LINES = re.sub('\.py$','-lines.py',os.path.realpath(__file__)) # Debug message def debug(msg): diff --git a/lib/python/nb.pyc b/lib/python/nb.pyc index 7c3a6805..c3109167 100644 Binary files a/lib/python/nb.pyc and b/lib/python/nb.pyc differ