Kaydet (Commit) 7abf418e authored tarafından Claude Paroz's avatar Claude Paroz

Fixed GIS tests broken by 0a899157

üst 74f430f0
......@@ -40,6 +40,8 @@ if HAS_POSTGRES:
raise ProgrammingError
else:
return self.version
elif func == 'version':
pass
else:
raise NotImplementedError('This function was not expected to be called')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment