Adds backward compatibility to the BootManager for older bootcds. Rather than
[bootmanager.git] / source / systeminfo.py
1 #!/usr/bin/python2
2
3 # Copyright (c) 2003 Intel Corporation
4 # All rights reserved.
5 #
6 # Copyright (c) 2004-2008 The Trustees of Princeton University
7 # All rights reserved.
8
9 try:
10         from systeminfo_34 import *
11 except:
12         from systeminfo_30 import *