Skip to content

Commit 70aaaa9

Browse files
committed
Move zip into its own dir
1 parent 084c93b commit 70aaaa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/zip.py renamed to tools/export/zip/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
"""
17-
from exporters import Exporter
1817
from os.path import basename
1918

19+
from tools.export.exporters import Exporter
20+
2021

2122
class ZIP(Exporter):
2223
NAME = 'ZIP'

0 commit comments

Comments
 (0)