CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LumiList.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from FWCore.PythonUtilities.LumiList import LumiList as ll
4 import warnings
5 
6 warnings.warn('PhysicsTools.PythonAnalysis.LumiList is deprecated, please use FWCore.PythonUtilities.LumiList', DeprecationWarning, stacklevel=2)
7 
8 class LumiList(ll):
9  pass