mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-18 01:34:50 +02: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,
|
|
)
|
|
|