~openerp-dev/openobject-client-web/trunk-bug-714557-vda

« back to all changes in this revision

Viewing changes to openobject/tools/zip.py

  • Committer: Xavier Morel
  • Date: 2011-02-15 09:41:17 UTC
  • Revision ID: xmo@openerp.com-20110215094117-jvmyc8rd5g9rtikz
[IMP] move fetching of web modules to openobject.addons, it's got nothing to do in openerp addon, let alone as a controller (it doesn't control anything anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
import os
3
 
import shutil
4
3
import zipfile
5
4
 
6
5
def extract_zip_file(zip_file, outdirectory):