Skip to content

Commit efe736f

Browse files
author
Release Manager
committed
sagemathgh-38882: src/sage: revert "touch libgap consumers" This was a junk commit to trigger a rebuild of certain parts of sagelib after a GAP upgrade. URL: sagemath#38882 Reported by: Michael Orlitzky Reviewer(s): Frédéric Chapoton
2 parents 58e477d + f331f7f commit efe736f

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

src/sage/groups/perm_gps/permgroup_element.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ Check that :issue:`13569` is fixed::
9696
(1,2), (1,3), (1,3), (2,3), (1,2), (1,2), (1,3), (2,3)]
9797
"""
9898

99-
# hi
100-
10199
# ****************************************************************************
102100
# Copyright (C) 2006 William Stein <[email protected]>
103101
# Copyright (C) 2006 David Joyner

src/sage/libs/gap/element.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ This document describes the individual wrappers for various GAP
55
elements. For general information about GAP, you should read the
66
:mod:`~sage.libs.gap.libgap` module documentation.
77
"""
8-
9-
# hi
10-
118
# ****************************************************************************
129
# Copyright (C) 2012 Volker Braun <[email protected]>
1310
#

src/sage/libs/gap/libgap.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ AUTHORS:
176176
libgap API
177177
"""
178178

179-
# hi
180-
181179
###############################################################################
182180
# Copyright (C) 2009, William Stein <[email protected]>
183181
# Copyright (C) 2012, Volker Braun <[email protected]>

src/sage/libs/gap/util.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Utility functions for GAP
33
"""
44

5-
# hi
6-
75
#*****************************************************************************
86
# Copyright (C) 2012 Volker Braun <[email protected]>
97
#

0 commit comments

Comments
 (0)