diff --git a/rpg/RapidPeptidesGenerator.py b/rpg/RapidPeptidesGenerator.py
index 5b7d927732b5f092851741a9b56f8724889cc4e2..a2499f2caf012f1d6e81ec0627d8153c254c2ad8 100644
--- a/rpg/RapidPeptidesGenerator.py
+++ b/rpg/RapidPeptidesGenerator.py
@@ -31,7 +31,6 @@ necessary functions
 
 #DOC : last peptide, cut at pos -1 because no cut
 # add with same name !!
-# miscleavage et pas miscleavage
 
 #Started on 22 avr. 2016
 #Digest sequences given restriction enzymes
@@ -51,7 +50,7 @@ import os
 import sys
 import uuid
 from pathlib import Path
-from context import rpg
+#from context import rpg
 from rpg import core
 from rpg import digest
 from rpg import enzyme