mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-12-22 11:48:49 -05:00
Remove silly import.
This commit is contained in:
parent
2c95caf9b1
commit
f02a1f84f5
@ -2,7 +2,6 @@
|
|||||||
import linux_uinput, ctypes, fcntl, os, sys
|
import linux_uinput, ctypes, fcntl, os, sys
|
||||||
from cinput import *
|
from cinput import *
|
||||||
from mapper import KeyMapper, parse_conf
|
from mapper import KeyMapper, parse_conf
|
||||||
from example_conf import config
|
|
||||||
from linux_input import timeval, input_event
|
from linux_input import timeval, input_event
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
import linux_uinput, ctypes, fcntl, os, sys
|
import linux_uinput, ctypes, fcntl, os, sys
|
||||||
from cinput import *
|
from cinput import *
|
||||||
from mapper import KeyMapper, parse_conf
|
from mapper import KeyMapper, parse_conf
|
||||||
from example_conf import config
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import cPickle as pickle
|
import cPickle as pickle
|
||||||
|
Loading…
Reference in New Issue
Block a user