forked from MDAnalysis/mdacli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
#!/opt/homebrew/opt/[email protected]/bin/python3.11 | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
# -*- Mode: python; tab-width: 4; indent-tabs-mode:nil; coding:utf-8 -*- | ||
# | ||
# Copyright (c) 2024 Authors and contributors | ||
# | ||
# Released under the GNU Public Licence, v2 or any higher version | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
import re | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
#!/usr/bin/env python3 | ||
# -*- Mode: python; tab-width: 4; indent-tabs-mode:nil; coding:utf-8 -*- | ||
# | ||
# Copyright (c) 2024 Authors and contributors | ||
# | ||
# Released under the GNU Public Licence, v2 or any higher version | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
"""Make the tester module available to mdacli.""" | ||
|
||
from .tester_class import Tester # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters