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 0a63dba commit 11e978bCopy full SHA for 11e978b
channelfinder/cfPropertyManager/__init__.py
@@ -1,3 +0,0 @@
1
-from .CFPropertyManager import CFPropertyManager
2
-
3
-__all__ = ["CFPropertyManager"]
test/testCFPpropertyManager.py
@@ -1,20 +1,19 @@
from __future__ import print_function
import unittest
4
-from channelfinder.cfPropertyManager import CFPropertyManager
5
import re
6
import os
7
8
from _testConf import _testConf, ChannelFinderClientTestCase
9
10
import urllib3
11
+from channelfinder.cfPropertyManager import CFPropertyManager
12
+
13
urllib3.disable_warnings()
14
15
16
class CFPropertyManagerTest(ChannelFinderClientTestCase):
- cfglines = []
17
18
def setUp(self):
19
print("\n---------------------------------------------------------------\n")
20
0 commit comments