Fix quotes
This commit is contained in:
parent
9cf7834842
commit
169b01532b
@ -28,6 +28,6 @@ except ImportError:
|
||||
|
||||
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution('calibrestekje').version
|
||||
__version__ = pkg_resources.get_distribution("calibrestekje").version
|
||||
except Exception:
|
||||
__version__ = 'unknown'
|
||||
__version__ = "unknown"
|
||||
|
Reference in New Issue
Block a user