Reformatted

This commit is contained in:
Jack Stdin
2016-01-12 23:21:06 +03:00
parent 9803b1d25a
commit acfee0cd8c
10 changed files with 33 additions and 23 deletions

View File

@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
import os
from aore.aoutils.aoxmltableentry import AoXmlTableEntry
from xmlparser import XMLParser
from aore.config import trashfolder
from aore.dbutils.dbschemas import db_shemas
import os
from xmlparser import XMLParser
class AoDataParser: