From 05216a4ad06e4617838afcd4dc7317a203a3887b Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 1 May 2018 15:55:45 +0200 Subject: Reformat code --- mem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mem.py') diff --git a/mem.py b/mem.py index c83d69d..cc42eaf 100644 --- a/mem.py +++ b/mem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 -# UPEM / Programmation système / Projet : Simulation de gestion de mémoire virtuelle -# Pacien TRAN-GIRARD et Adam NAILI +# UPEM / System programming / Project: Memory paging simulator +# Pacien TRAN-GIRARD, Adam NAILI class Memory: -- cgit v1.2.3