mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-19 14:58:07 +00:00
11 lines
163 B
Python
11 lines
163 B
Python
|
|
# NOTE: this patches the standard zipfile module
|
|
from . import _zipfile
|
|
|
|
from zipfile import *
|
|
from zipfile import (
|
|
ZIP_ZSTANDARD,
|
|
ZSTANDARD_VERSION,
|
|
)
|
|
|