mirror of https://github.com/ARMmbed/mbed-os.git
Move zip into its own dir
parent
92ede69c68
commit
6d6c2a96fd
|
@ -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
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
"""
|
"""
|
||||||
from exporters import Exporter
|
|
||||||
from os.path import basename
|
from os.path import basename
|
||||||
|
|
||||||
|
from tools.export.exporters import Exporter
|
||||||
|
|
||||||
|
|
||||||
class ZIP(Exporter):
|
class ZIP(Exporter):
|
||||||
NAME = 'ZIP'
|
NAME = 'ZIP'
|
Loading…
Reference in New Issue