From 71ffa151f7926d9f5c32a5771e360a5661da36c1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 15 Feb 2013 11:54:53 +0000 Subject: more accurate comment --- (limited to 'TurtleArt/tautils.py') diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py index 616ba81..3f9d1c4 100644 --- a/TurtleArt/tautils.py +++ b/TurtleArt/tautils.py @@ -717,7 +717,7 @@ def get_hardware(): elif version == '4': return XO4 else: - # Older systems don't have dmi info + # Some systems (e.g. ARM) don't have dmi info if os.path.exists('/sys/devices/platform/lis3lv02d/position'): return XO175 elif os.path.exists('/etc/olpc-release'): @@ -763,4 +763,3 @@ def check_output(command, warning): print(warning) return None return output - -- cgit v0.9.1