Skip to content

Commit

Permalink
Remove 'dummy' device plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Dec 25, 2013
1 parent 11804b8 commit 272df40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def run_tests(self):
'spreadsplug.devices': [
'chdkcamera = spreadsplug.dev.chdkcamera:CHDKCameraDevice',
'a2200 = spreadsplug.dev.chdkcamera:CanonA2200CameraDevice',
'dummy = spreadsplug.dev.dummy:DummyDevice',
],
'spreadsplug.hooks': [
'autorotate = spreadsplug.autorotate:AutoRotatePlugin',
Expand Down
42 changes: 0 additions & 42 deletions spreadsplug/dev/dummy.py

This file was deleted.

0 comments on commit 272df40

Please sign in to comment.