add argparse to oom-sort

This commit is contained in:
Alexey Avramov
2018-12-02 21:35:29 +09:00
parent 5a42252fec
commit 223d7f830a
2 changed files with 53 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Interactive OOM trigger
"""
import os
from argparse import ArgumentParser
##########################################################################