diff --git a/loaih/__init__.py b/loaih/__init__.py index ee0e7c5..6d0c812 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -127,7 +127,7 @@ class Build(object): # Build the requested version. self.__unpackbuild__() - def __unpackbuild__(self, languageset = 'full', offlinehelp = False): + def __unpackbuild__(self): # We start by filtering out tarballs from the list buildtarballs = [ self.__tarballs__[0] ]