move "if VERSION" imports to group specific files

This commit is contained in:
kalmarek 2017-11-06 14:25:54 +01:00
parent 2dd747a748
commit 8ce81d2370
3 changed files with 8 additions and 3 deletions

View File

@ -2,9 +2,6 @@ using SCS.SCSSolver
# using Mosek
using Nemo
if VERSION >= v"0.6.0"
import Nemo.Generic.perm
end
using PropertyT
using Groups

View File

@ -3,6 +3,10 @@ module SAutFNs
using Nemo
using Groups
if VERSION >= v"0.6.0"
import Nemo.Generic.perm
end
###############################################################################
#
# Generating set

View File

@ -3,6 +3,10 @@ module SLNs
using Nemo
using Groups
if VERSION >= v"0.6.0"
import Nemo.Generic.perm
end
###############################################################################
#
# Generating set