port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional)

pull/2392/head
Charlie Gettys 2019-03-27 13:08:14 -04:00
parent 44e89520eb
commit 51844b206d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ FORMATS = ["CSM",
"STL",
"IRR",
"Q3O",
"Q3D"
"Q3D",
"MS3D",
"Q3S",
"ZGL",