Commit 7abf418e authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed GIS tests broken by 0a899157

parent 74f430f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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')