]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/lyxpak.py
Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this...
[lyx.git] / lib / scripts / lyxpak.py
index 5a7d69ba5dc131b13a11b9333c3cf5daba005d3d..affef65644b028bbd1166ab585057e74ca738440 100755 (executable)
@@ -5,7 +5,7 @@
 # Licence details can be found in the file COPYING.
 
 # author Enrico Forestieri
-# author Richard Heck
+# author Richard Kimberly Heck
 
 # Full author contact details are available in file CREDITS
 
@@ -37,7 +37,7 @@ if running_on_windows:
     from tempfile import NamedTemporaryFile
 
 # Pre-compiled regular expressions.
-re_lyxfile = re.compile(b"\.lyx$")
+re_lyxfile = re.compile(br"\.lyx$")
 re_input = re.compile(b'^(.*)\\\\(input|include){(\\s*)(.+)(\\s*)}.*$')
 re_ertinput = re.compile(b'^(input|include)({)(\\s*)(.+)(\\s*)}.*$')
 re_package = re.compile(b'^(.*)\\\\(usepackage){(\\s*)(.+)(\\s*)}.*$')