[FIX] move appsdirs to tools

bzr revid: al@openerp.com-20140227163259-asal833qjv3gylit
This commit is contained in:
Antony Lesuisse 2014-02-27 17:32:59 +01:00
parent 38d1ca1ff2
commit 8fec899f9b
4 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
import copy import copy
import win32 import win32
import appdirs
from config import config from config import config
from misc import * from misc import *
from convert import * from convert import *

View File

@ -29,7 +29,7 @@ import openerp.conf
import openerp.loglevels as loglevels import openerp.loglevels as loglevels
import logging import logging
import openerp.release as release import openerp.release as release
from openerp.vendors import appdirs import appdirs
class MyOption (optparse.Option, object): class MyOption (optparse.Option, object):
""" optparse Option with two additional attributes. """ optparse Option with two additional attributes.

View File