File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 'more-itertools<6.0.0' ,
2323 'cherrypy<18.0.0' ,
2424 'mako' ,
25- 'numpy>=1.6.1 ' ,
25+ 'numpy>=1.14.5,<1.17 ' ,
2626 'scipy==1.1.0' ,
2727 'scikit-learn==0.20.3' ,
2828 'passlib>=1.6' ,
Original file line number Diff line number Diff line change 11schedule
2- git+https://github.com/dmwm/WMCore.git
2+ CMSMonitoring
33stomp.py
44pyyaml >= 5.1
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22import json
33
4- from WMCore . Services . StompAMQ . StompAMQ import StompAMQ
4+ from CMSMonitoring import StompAMQ
55
66
77class stompAMQ (StompAMQ ):
88 """
9- Overriding :py:mod:`WMCore.Services.StompAMQ.StompAMQ .StompAMQ`'s
9+ Overriding :py:mod:`CMSMonitoring .StompAMQ`'s
1010 :py:func:`_send_single` method. The default ``destination`` -- **queue** is
1111 not authorizing me to write.
1212 """
You can’t perform that action at this time.
0 commit comments