~durga/maus/rel709

« back to all changes in this revision

Viewing changes to tests/style/test_cpp_style.py

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
import glob
15
15
import copy
16
16
 
17
 
import cpplint_exceptions
18
 
import cpplint
 
17
import cpplint_exceptions # pylint: disable=F0401
 
18
import cpplint # pylint: disable=F0401
19
19
 
20
20
# pylint: disable=C0301
21
21