Move zip into its own dir

pull/3601/head
Jimmy Brisson 2017-01-17 12:28:00 -06:00
parent 084c93b3b9
commit 70aaaa9367
1 changed files with 2 additions and 1 deletions

View File

@ -14,9 +14,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
from exporters import Exporter
from os.path import basename
from tools.export.exporters import Exporter
class ZIP(Exporter):
NAME = 'ZIP'