aboutsummaryrefslogtreecommitdiff
path: root/mem.py
diff options
context:
space:
mode:
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: