crud-mysql 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/PKG-INFO +1 -1
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql/crud_object.py +1 -1
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql/endpoints.py +1 -1
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql.egg-info/PKG-INFO +1 -1
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/setup.py +1 -1
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/LICENCE +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/README.md +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql/__init__.py +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql/vars.py +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql.egg-info/SOURCES.txt +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql.egg-info/dependency_links.txt +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql.egg-info/requires.txt +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/crud_mysql.egg-info/top_level.txt +0 -0
- {crud_mysql-0.1.2 → crud_mysql-0.1.3}/setup.cfg +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import os
|
|
3
3
|
import json
|
|
4
4
|
from mysql_database import DatabaseCreds, Database
|
|
5
|
-
from vars import DATABASE_HOST, DATABASE_PORT, DATABASE_USER, DATABASE_PASSWORD, DATABASE_NAME
|
|
5
|
+
from .vars import DATABASE_HOST, DATABASE_PORT, DATABASE_USER, DATABASE_PASSWORD, DATABASE_NAME
|
|
6
6
|
|
|
7
7
|
class CrudObject:
|
|
8
8
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|