MultiServer, customserver: cache: rename module

This commit is contained in:
black-sliver
2026-03-05 22:17:10 +01:00
parent 055acf4826
commit 821645a881
8 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from typing_extensions import override
import NetUtils
from NetUtils import GamesPackage
from apmw.multiserver.gamespackage.cache import GamesPackageCache
from apmw.multiserver.gamespackagecache import GamesPackageCache
class GamesPackageCacheTest(TestCase):