Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2015-11-04 22:23:32 +0300
committerStany MARCEL <stanypub@gmail.com>2015-11-04 22:23:32 +0300
commite12490f4a82ff8625b2ddd86989191085c593247 (patch)
tree3fd9ed2fa3ca7c8636a6f197d8ba837d8144da4e /src
parenta3323ce51c667d050428526f99e4876d7434a4ed (diff)
Correct indentation
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__init__.py b/src/__init__.py
index a49a32b..af100da 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -206,4 +206,4 @@ class SteamController(object):
def handleEvents(self):
"""Fucntion to run in order to process usb events"""
if self._handle and self._ctx:
- self._ctx.handleEvents()
+ self._ctx.handleEvents()