Skip to content

Commit bce4a61

Browse files
committed
Fix import issues
1 parent bc1cd79 commit bce4a61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyravendb/tests/test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from connection.requests_factory import HttpRequestsFactory
2-
from data.indexes import IndexDefinition
1+
from pyravendb.connection.requests_factory import HttpRequestsFactory
2+
from pyravendb.data.indexes import IndexDefinition
33
import unittest
44
import sys
55
import os

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='pyravendb',
55
packages=find_packages(),
6-
version='1.0.7',
6+
version='1.0.8',
77
description='This is the official python client for RavenDB document database',
88
author='Idan Haim Shalom',
99
author_email='haimdude@gmail.com',

0 commit comments

Comments
 (0)