mirror of
https://github.com/elliotnunn/macresources.git
synced 2025-03-04 03:31:27 +00:00
Rename GreggDecompress.py to GreggBits.py.
That's because both compression and decompression are supported for now.
This commit is contained in:
parent
6c81808433
commit
2f94e88cec
@ -5,7 +5,7 @@
|
||||
import struct
|
||||
import sys
|
||||
|
||||
from GreggDecompress import GreggDecompress, GreggCompress
|
||||
from GreggBits import GreggDecompress, GreggCompress
|
||||
|
||||
|
||||
def DecompressResource(inf):
|
||||
|
Loading…
x
Reference in New Issue
Block a user