From 05092022c801c630ba409fd1db17f55140886e69 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 17:19:02 +0000 Subject: 12.10 should use 3.6 --- (limited to 'devbot') diff --git a/devbot/plugins/ubuntu.py b/devbot/plugins/ubuntu.py index 4f1fb91..6b80b4e 100644 --- a/devbot/plugins/ubuntu.py +++ b/devbot/plugins/ubuntu.py @@ -101,7 +101,7 @@ class DistroInfo(interfaces.DistroInfo): if self.version != "12.10": self.supported = False - if self.version and self.version > "12.10": + if self.version and self.version >= "12.10": self.system_version = "3.6" def _get_distributor(self): -- cgit v0.9.1