Skip to content

Commit da79107

Browse files
authored
Typo fixe: import load_source from CRABClient (#5352)
1 parent d29ea99 commit da79107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/CRABClient_t/Commands_t/Commands_t.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import CRABRESTModelMock
22
from FakeRESTServer import FakeRESTServer
33
from WMCore.Configuration import Configuration
4-
from WMCore import load_source
4+
from CRABClient import load_source
55
from CRABClient.Commands.server_info import server_info
66
from CRABClient.Commands.getoutput import getoutput
77
from CRABClient.Commands.publish import publish

0 commit comments

Comments
 (0)