[oe-commits] [bitbake] 04/07: fetch2/npm: Add missing ParameterError import

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 22:42:11 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit b583a40c9086b3587065995d8cee45b7ea36c1b3
Author: Brendan Le Foll <brendan.le.foll at intel.com>
AuthorDate: Mon Feb 29 16:39:49 2016 +0000

    fetch2/npm: Add missing ParameterError import
    
    Signed-off-by: Brendan Le Foll <brendan.le.foll at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/fetch2/npm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/fetch2/npm.py b/lib/bb/fetch2/npm.py
index 46644f1..f99b308 100644
--- a/lib/bb/fetch2/npm.py
+++ b/lib/bb/fetch2/npm.py
@@ -32,6 +32,7 @@ from   bb.fetch2 import ChecksumError
 from   bb.fetch2 import runfetchcmd
 from   bb.fetch2 import logger
 from   bb.fetch2 import UnpackError
+from   bb.fetch2 import ParameterError
 from   distutils import spawn
 
 def subprocess_setup():

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list