diff --git a/PE_CBL.py b/PE_CBL.py
index 3f18509833be39158857403ebe424f93caf7ba3d..7b7ccee66debf5fcbe95e66d6e56aeaca8aba369 100644
--- a/PE_CBL.py
+++ b/PE_CBL.py
@@ -8,9 +8,9 @@ import os
 import json
 
 # Own modules
-from models import CBL
 from ENDA import experiment
-from graphics import *
+from PE_CBL_models import CBL
+from PE_CBL_graphics import *
 
 def load_or_run(settings):
 
diff --git a/graphics.py b/PE_CBL_graphics.py
similarity index 100%
rename from graphics.py
rename to PE_CBL_graphics.py
diff --git a/models.py b/PE_CBL_models.py
similarity index 100%
rename from models.py
rename to PE_CBL_models.py