mirror of
https://github.com/empayre/OTX-Python-SDK.git
synced 2024-11-06 01:45:25 +00:00
Fix filenames
This commit is contained in:
parent
c04263cb8b
commit
e614489436
2
setup.py
2
setup.py
@ -10,6 +10,6 @@ setup(
|
||||
author_email='otx@alienvault.com',
|
||||
url='https://github.com/AlienVault-Labs/OTX-Python-SDK',
|
||||
download_url='https://github.com/AlienVault-Labs/OTX-Python-SDK/tarball/1.1.0',
|
||||
py_modules=['OTXv2', 'IndicatorYypes','PatchPulse'],
|
||||
py_modules=['OTXv2', 'IndicatorYypes','patch_pulse'],
|
||||
install_requires=['simplejson', 'requests']
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import unittest
|
||||
from utils import generate_rand_string
|
||||
from OTXv2 import OTXv2, InvalidAPIKey, BadRequest, RetryError
|
||||
import IndicatorTypes
|
||||
from PatchPulse import PatchPulse
|
||||
from patch_pulse import PatchPulse
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user