From: Tormod Volden <[email protected]>

Thanks to "bigtiti" for spotting this (Ticket #12).

Signed-off-by: Tormod Volden <[email protected]>
---
 usb/legacy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/usb/legacy.py b/usb/legacy.py
index fa12617..eb64239 100644
--- a/usb/legacy.py
+++ b/usb/legacy.py
@@ -335,7 +335,7 @@ class Bus(object):
     r"""Bus object."""
     def __init__(self):
         self.dirname = ''
-        self.localtion = 0
+        self.location = 0
         self.devices = [Device(d) for d in core.find(find_all=True)]
 
 def busses():
-- 
1.7.0.4


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
pyusb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to