aboutsummaryrefslogtreecommitdiff
path: root/mem.py
diff options
context:
space:
mode:
authorpacien2018-05-01 15:55:45 +0200
committerpacien2018-05-01 15:55:45 +0200
commit05216a4ad06e4617838afcd4dc7317a203a3887b (patch)
tree0c0ff8367b61989eb96b29071f13ece2bae8c760 /mem.py
parentd2fec4901d6520e866481d4696d8347aab3eb171 (diff)
downloadmempager-simulator-05216a4ad06e4617838afcd4dc7317a203a3887b.tar.gz
Reformat code
Diffstat (limited to 'mem.py')
-rw-r--r--mem.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mem.py b/mem.py
index c83d69d..cc42eaf 100644
--- a/mem.py
+++ b/mem.py
@@ -1,7 +1,7 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2 2
3# UPEM / Programmation système / Projet : Simulation de gestion de mémoire virtuelle 3# UPEM / System programming / Project: Memory paging simulator
4# Pacien TRAN-GIRARD et Adam NAILI 4# Pacien TRAN-GIRARD, Adam NAILI
5 5
6 6
7class Memory: 7class Memory: