]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_1_6.py
Wow.
[features.git] / lib / lyx2lyx / lyx_1_6.py
index 81edf662e2dafa8a833cfc6da54f6c056fb76ee6..b2287e55aa4e34be2c92bacbabb88c1896bc70db 100644 (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"