Skip to content

Commit 11e978b

Browse files
committed
Fix CFPropertyManger imports
1 parent 0a63dba commit 11e978b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
from .CFPropertyManager import CFPropertyManager
2-
3-
__all__ = ["CFPropertyManager"]

test/testCFPpropertyManager.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
from __future__ import print_function
22

33
import unittest
4-
from channelfinder.cfPropertyManager import CFPropertyManager
54
import re
65
import os
76

87
from _testConf import _testConf, ChannelFinderClientTestCase
98

109
import urllib3
1110

11+
from channelfinder.cfPropertyManager import CFPropertyManager
12+
1213
urllib3.disable_warnings()
1314

1415

1516
class CFPropertyManagerTest(ChannelFinderClientTestCase):
16-
cfglines = []
17-
1817
def setUp(self):
1918
print("\n---------------------------------------------------------------\n")
2019

0 commit comments

Comments
 (0)