tools: Remove duplicate lister.py

This commit is contained in:
derAnfaenger 2017-09-27 10:49:41 +02:00
parent 5ecc26886a
commit 9ddb5518f4
2 changed files with 1 additions and 132 deletions

View file

@ -8,7 +8,7 @@ import sys
import argparse
import subprocess
import lister
from server_lib import lister
from typing import cast, Dict, List
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))