Skip to content

Commit

Permalink
Remove bits that have moved elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 13, 2023
1 parent b7510a1 commit 4c8751d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions python/podio_class_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,6 @@
from podio_gen.cpp_generator import CPPClassGenerator
from podio_gen.julia_generator import JuliaClassGenerator

THIS_DIR = os.path.dirname(os.path.abspath(__file__))
TEMPLATE_DIR = os.path.join(THIS_DIR, 'templates')

REPORT_TEXT = """
PODIO Data Model
================
Used {yamlfile} to create {nclasses} classes in {installdir}/
Read instructions in the README.md to run your first example!
"""
REPORT_TEXT_JULIA = """
Julia Code generation is an experimental feature.
Warning: ExtraCode and MutableExtraCode will be ignored during julia code generation.
PODIO Data Model
================
Used {yamlfile} to create {nfiles} julia files in {installdir}/
Read instructions in the README.md to run your first example!
"""


def has_clang_format():
"""Check if clang format is available"""
Expand Down

0 comments on commit 4c8751d

Please sign in to comment.