On Mon, Aug 19, 2013 at 11:48 PM, Christopher Larson <[email protected]> wrote: > From: Christopher Larson <[email protected]> > > - path normalization ('normalize' flag, defaults to enabled) > - existence verification for paths we know should exist ('mustexist' flag) > - supports clean handling of relative paths ('relativeto' flag) > > Signed-off-by: Christopher Larson <[email protected]>
Great addition :-) > --- > meta/lib/oe/types.py | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/meta/lib/oe/types.py b/meta/lib/oe/types.py > index 5dac9de..7f47c17 100644 > --- a/meta/lib/oe/types.py > +++ b/meta/lib/oe/types.py > @@ -1,4 +1,7 @@ > +import errno > import re > +import os > + No need for another new and empty line here. Rest of code looks alright :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
