Remove silly import.

This commit is contained in:
Merlijn Wajer 2013-05-15 01:08:20 +02:00
parent 2c95caf9b1
commit f02a1f84f5
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
import linux_uinput, ctypes, fcntl, os, sys
from cinput import *
from mapper import KeyMapper, parse_conf
from example_conf import config
from linux_input import timeval, input_event
try:

View File

@ -2,7 +2,6 @@
import linux_uinput, ctypes, fcntl, os, sys
from cinput import *
from mapper import KeyMapper, parse_conf
from example_conf import config
try:
import cPickle as pickle