git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-11 08:03:48 +00:00
parent d226da1559
commit a8d2d891ee
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import sys
import LyX
if __name__ == "__main__":
args = {}
args["usage"] = "usage: %prog [options] [file]"

View File

@ -615,7 +615,7 @@ def convert_url(document):
def convert_ams_classes(document):
tc = document.textclass
if (tc != "amsart" and tc != "amsart-plain" and
tc == "amsart-seq" and tc == "amsbook"):
tc != "amsart-seq" and tc != "amsbook"):
return
if tc == "amsart-plain":
document.textclass = "amsart"