From: Michael Tremer Date: Wed, 12 Sep 2012 19:36:22 +0000 (+0200) Subject: Add an other invalid ID string. X-Git-Tag: v2.1.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2689ff71662b1358a194d7672da386f54e95deff;p=oddments%2Ffireinfo.git Add an other invalid ID string. --- diff --git a/fireinfo/system.py b/fireinfo/system.py index 28701d6..0690c7e 100644 --- a/fireinfo/system.py +++ b/fireinfo/system.py @@ -45,7 +45,7 @@ INVALID_ID_STRINGS = ( "None", "empty", "01010101-0101-0101-0101-010101010101", "00020003-0004-0005-0006-000700080009", - "00000000", + "0000000", "00000000", ) class Singleton(type):