about summary refs log tree commit diff
path: root/csv/csv.go
diff options
context:
space:
mode:
Diffstat (limited to 'csv/csv.go')
-rw-r--r--csv/csv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/csv/csv.go b/csv/csv.go
index bef3bd9..007c0f9 100644
--- a/csv/csv.go
+++ b/csv/csv.go
@@ -1,8 +1,8 @@
 package csv
 
 import (
-	"../file"
-	"../structs"
+	"git.darknebu.la/GalaxySimulator/Source/file"
+	"git.darknebu.la/GalaxySimulator/Source/structs"
 	"git.darknebu.la/bit/logplus"
 	"math/rand"
 	"strconv"