File tree Expand file tree Collapse file tree 11 files changed +12
-26
lines changed
Expand file tree Collapse file tree 11 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22
3- # Licensed Materials - Property of IBM
4- # 57XX-XXX
5- # (c) Copyright IBM Corp. 2021
63""" The module used to build a project"""
74import sys
85from pathlib import Path
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33
44import argparse
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22
3- # Licensed Materials - Property of IBM
4- # 57XX-XXX
5- # (c) Copyright IBM Corp. 2021
63""" The CLI entry for BOB"""
74
85import argparse
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33import argparse
44import os
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33import os
44from pathlib import Path
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33
44import json
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33
44import json
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22
3- # Licensed Materials - Property of IBM
4- # 57XX-XXX
5- # (c) Copyright IBM Corp. 2021
6-
7- """This module is """
3+ """This module is used to create an iproj.json """
84
95import json
106import re
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33
44import json
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python39
1+ #!/usr/bin/env python3.9
22# -*- coding: utf-8 -*-
33
44import os
You can’t perform that action at this time.
0 commit comments