Skip to content

Commit

Permalink
Readd init files
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 23, 2023
2 parents f10820f + 46dbc4f commit c8a9c6e
Show file tree
Hide file tree
Showing 163 changed files with 159 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/sage/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This is only here to mark the sage directory as a Python package
# (so that cython determines the correct module name)
1 change: 1 addition & 0 deletions src/sage/algebras/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/finite_dimensional_algebras/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/fusion_rings/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/hecke_algebras/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/letterplace/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/lie_algebras/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/lie_conformal_algebras/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/quantum_groups/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/quatalg/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/algebras/steenrod/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/arith/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/calculus/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/calculus/transforms/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
Empty file added src/sage/categories/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/sage/categories/examples/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/coding/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/coding/codecan/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/coding/guruswami_sudan/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/coding/source_coding/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/chas/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/cluster_algebra_quiver/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/crystals/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/designs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/matrices/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/ncsf_qsym/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/ncsym/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/path_tableaux/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/posets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/rigged_configurations/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/root_system/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/sf/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/species/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/combinat/words/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/crypto/block_cipher/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/crypto/public_key/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/data_structures/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# So that cython creates the correct module names
1 change: 1 addition & 0 deletions src/sage/databases/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/dynamics/arithmetic_dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/dynamics/cellular_automata/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/dynamics/complex_dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/ext/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/ext/interpreters/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/functions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/game_theory/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/games/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/hyperbolic_space/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/hyperplane_arrangement/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/riemannian_manifolds/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/geometry/triangulation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/graphs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/graphs/base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/graphs/generators/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/graphs/graph_decompositions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/abelian_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/additive_abelian/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/affine_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/lie_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/matrix_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/misc_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/perm_gps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/perm_gps/partn_ref/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/perm_gps/partn_ref2/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/groups/semimonomial_transformations/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/homology/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/interacts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/interfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/knots/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/lfunctions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
Empty file added src/sage/libs/__init__.py
Empty file.
Empty file added src/sage/libs/gap/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/sage/libs/mpc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/libs/mpfi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/libs/mpfr/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/libs/polybori/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/logic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/manifolds/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/manifolds/differentiable/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/manifolds/differentiable/examples/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/manifolds/subsets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/matrix/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Because of relative imports
1 change: 1 addition & 0 deletions src/sage/matroids/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
Empty file added src/sage/misc/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/sage/modular/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/abvar/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/arithgroup/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/btquotients/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/hecke/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/local_comp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/modform/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/modform_hecketriangle/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/modsym/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/overconvergent/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/pollack_stevens/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/quasimodform/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/quatalg/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modular/ssmod/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modules/fg_pid/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modules/fp_graded/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modules/fp_graded/steenrod/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/modules/with_basis/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/monoids/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/numerical/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/numerical/backends/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/parallel/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/plot/plot3d/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/probability/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/quadratic_forms/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/quadratic_forms/genera/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/quivers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# To make cython create the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/asymptotic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/convert/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/finite_rings/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/function_field/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/function_field/drinfeld_modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/invariants/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/number_field/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/padics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/polynomial/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/polynomial/padics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/polynomial/weil/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/semirings/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/rings/valuation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/sandpiles/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/sat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/affine/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/berkovich/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/curves/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/cyclic_covers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/elliptic_curves/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/generic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/hyperelliptic_curves/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/jacobians/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/plane_conics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/plane_quartics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/product_projective/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/projective/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/riemann_surfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/toric/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/schemes/toric/sheaf/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/sets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/stats/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/stats/distributions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/stats/hmm/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/symbolic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/symbolic/integration/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/tensor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/tensor/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/tests/books/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/topology/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
1 change: 1 addition & 0 deletions src/sage/typeset/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Here so that cython creates the correct module name
5 changes: 0 additions & 5 deletions src/sage_setup/autogen/interpreters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ def rebuild(dirname, force=False, interpreters=None, distribution=None):
except OSError:
if not os.path.isdir(dirname):
raise
# Remove leftover file from before move to namespace packages
try:
os.remove(os.path.join(dirname, '__init__.py'))
except FileNotFoundError:
pass

# Although multiple files are generated by this function, since
# they are all generated at once it suffices to make sure if just
Expand Down

0 comments on commit c8a9c6e

Please sign in to comment.