We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1cd79 commit bce4a61Copy full SHA for bce4a61
pyravendb/tests/test_base.py
@@ -1,5 +1,5 @@
1
-from connection.requests_factory import HttpRequestsFactory
2
-from data.indexes import IndexDefinition
+from pyravendb.connection.requests_factory import HttpRequestsFactory
+from pyravendb.data.indexes import IndexDefinition
3
import unittest
4
import sys
5
import os
setup.py
@@ -3,7 +3,7 @@
setup(
name='pyravendb',
packages=find_packages(),
6
- version='1.0.7',
+ version='1.0.8',
7
description='This is the official python client for RavenDB document database',
8
author='Idan Haim Shalom',
9
author_email='haimdude@gmail.com',
0 commit comments