~ubuntu-branches/ubuntu/vivid/debtags/vivid

« back to all changes in this revision

Viewing changes to debtagshw/debtagshw.py

  • Committer: Package Import Robot
  • Author(s): Enrico Zini, Michael Vogt, Enrico Zini
  • Date: 2013-10-25 12:41:25 UTC
  • Revision ID: package-import@ubuntu.com-20131025124125-ytl4xarlmdyiuzjb
Tags: 1.12
[ Michael Vogt ]
* Install files in python3-debtagshw

[ Enrico Zini ]
* Build with new wibble

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# along with this program; if not, write to the Free Software
20
20
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
21
 
 
22
from __future__ import absolute_import
 
23
 
22
24
import logging
23
25
LOG=logging.getLogger(__name__)
24
26
 
25
27
# get the detectors lib
26
 
import detectors
 
28
from . import detectors
27
29
 
28
 
from enums import HardwareSupported
 
30
from .enums import HardwareSupported
29
31
 
30
32
class DebtagsAvailableHW(object):
31
33
    """ Match the currents system hardware to debtags """