On Tue, Apr 07, 2015 at 06:12:12PM +0200, Klaus Aehlig wrote: > Python's os.minor still contains an old definition, whereas the > current one has changed. So we add our own definition working around > this bug. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/utils/storage.py | 11 +++++++++++ > 1 file changed, 11 insertions(+)
Of course, I didn't mean to add an empty line at the end of the file. So commit 0364aa08d0093f632ce78f09d8715577ca3e6dd8 Author: Klaus Aehlig <[email protected]> Date: Tue Apr 7 18:13:03 2015 +0200 Interdiff Patch 1 diff --git a/lib/utils/storage.py b/lib/utils/storage.py index e9981bd..485df92 100644 --- a/lib/utils/storage.py +++ b/lib/utils/storage.py @@ -190,4 +190,3 @@ def osminor(dev): 1058 for more details. """ return (dev & 0xff) | ((dev >> 12) & ~0xff) - -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
