move "if VERSION" imports to group specific files
This commit is contained in:
parent
2dd747a748
commit
8ce81d2370
3
Orbit.jl
3
Orbit.jl
@ -2,9 +2,6 @@ using SCS.SCSSolver
|
|||||||
# using Mosek
|
# using Mosek
|
||||||
|
|
||||||
using Nemo
|
using Nemo
|
||||||
if VERSION >= v"0.6.0"
|
|
||||||
import Nemo.Generic.perm
|
|
||||||
end
|
|
||||||
|
|
||||||
using PropertyT
|
using PropertyT
|
||||||
using Groups
|
using Groups
|
||||||
|
@ -3,6 +3,10 @@ module SAutFNs
|
|||||||
using Nemo
|
using Nemo
|
||||||
using Groups
|
using Groups
|
||||||
|
|
||||||
|
if VERSION >= v"0.6.0"
|
||||||
|
import Nemo.Generic.perm
|
||||||
|
end
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Generating set
|
# Generating set
|
||||||
|
4
SLNs.jl
4
SLNs.jl
@ -3,6 +3,10 @@ module SLNs
|
|||||||
using Nemo
|
using Nemo
|
||||||
using Groups
|
using Groups
|
||||||
|
|
||||||
|
if VERSION >= v"0.6.0"
|
||||||
|
import Nemo.Generic.perm
|
||||||
|
end
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Generating set
|
# Generating set
|
||||||
|
Loading…
Reference in New Issue
Block a user