|
|
|||
File indexing completed on 2026-04-10 08:39:18
0001 #!/usr/bin/env python 0002 # Licensed under the Apache License, Version 2.0 (the "License"); 0003 # you may not use this file except in compliance with the License. 0004 # You may obtain a copy of the License at 0005 # http://www.apache.org/licenses/LICENSE-2.0 0006 # 0007 # Authors: 0008 # - Mario Lassnig, mario.lassnig@cern.ch, 2016 0009 0010 import logging 0011 logger = logging.getLogger(__name__) 0012 0013 0014 def run(): 0015 logger.critical('not implemented') 0016 return -1
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|