diff --git a/rpg/RapidPeptidesGenerator.py b/rpg/RapidPeptidesGenerator.py
index a2499f2caf012f1d6e81ec0627d8153c254c2ad8..911613bc7dad311f9ccb6325afd6c5911a18e84e 100644
--- a/rpg/RapidPeptidesGenerator.py
+++ b/rpg/RapidPeptidesGenerator.py
@@ -29,9 +29,6 @@
 necessary functions
 """
 
-#DOC : last peptide, cut at pos -1 because no cut
-# add with same name !!
-
 #Started on 22 avr. 2016
 #Digest sequences given restriction enzymes
 #Input format : a fasta/fastq file or a sequence
@@ -50,7 +47,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