diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-24 21:33:09 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-24 21:33:09 -0500 |
commit | 1ee25d07e37ba5eb2cc932d7fb3d2c17163ca7ef (patch) | |
tree | 1e858bfd70fec2d7ca4f2284f5c23e8e3936834c /src/edu/stsci/CondaInstaller.groovy | |
parent | d210abef152cf379de7ad8bd4cab62c3432451e3 (diff) | |
download | groovy-sandbox-1ee25d07e37ba5eb2cc932d7fb3d2c17163ca7ef.tar.gz |
Refactor namespace in code
Signed-off-by: Joseph Hunkeler <jhunkeler@gmail.com>
Diffstat (limited to 'src/edu/stsci/CondaInstaller.groovy')
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index 50f7f50..917dabf 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -1,5 +1,5 @@ -package org.stsci -import org.stsci.OSInfo +package edu.stsci +import edu.stsci.OSInfo class CondaInstaller implements Serializable { OSInfo os |