mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
@@ -292,7 +292,7 @@ class ExportHelpWizard(models.TransientModel):
|
||||
backup_file = open(filename,
|
||||
'w')
|
||||
backup_file.write(xml_data)
|
||||
backup_file.close
|
||||
backup_file.close()
|
||||
except:
|
||||
_logger.warning(_('Unable to write autobackup file '
|
||||
'in given directory: %s'
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import controllers
|
||||
from . import controllers
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import controllers
|
||||
from . import controllers
|
||||
|
||||
Reference in New Issue
Block a user