We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef9cd5 commit e74dbf6Copy full SHA for e74dbf6
src/sage/misc/replace_dot_all.py
@@ -47,6 +47,17 @@
47
to find the correct ``import`` statement.
48
"""
49
50
+# ****************************************************************************
51
+# Copyright (C) 2022-2023 Alex Chandler
52
+# 2023 Matthias Koeppe
53
+#
54
+# This program is free software: you can redistribute it and/or modify
55
+# it under the terms of the GNU General Public License as published by
56
+# the Free Software Foundation, either version 2 of the License, or
57
+# (at your option) any later version.
58
+# https://www.gnu.org/licenses/
59
60
+
61
# Importing packages
62
63
from sage.misc.dev_tools import import_statements
0 commit comments