mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
deepcopy not needed
This commit is contained in:
parent
2332c853be
commit
653fe08a24
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
from doom import Patch, Texture
|
from doom import Patch, Texture
|
||||||
from copy import deepcopy
|
|
||||||
import sys,re
|
import sys,re
|
||||||
|
|
||||||
if len(sys.argv) != 2:
|
if len(sys.argv) != 2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue