refactoring continued

This commit is contained in:
Balthasar Reuter
2015-06-17 02:01:26 +02:00
parent 595167d62e
commit 6757273635

View File

@@ -10,9 +10,9 @@ class CameraException(Exception):
class Camera_gPhoto:
"""Camera class providing functionality to take pictures using gPhoto 2"""
def __init__(self):
#def __init__(self):
# Print the abilities of the connected camera
print(self.call_gphoto("-a", "/dev/null"))
# print(self.call_gphoto("-a", "/dev/null"))
def call_gphoto(self, action, filename):
# Try to run the command