#!/usr/bin/python3 #import glob #import os #import re #import subprocess #import sys # import os.scandir as scandir # import scandir #import chars from nitpo import Nitpo #from cellar import Cellar # import filer # from filer import Filer class Subs(Nitpo): def __init__(self, do_verbose=False): """subscriptions""" self.check_conf('folders', 'live_subs') self.check_conf('folders', 'dead_subs') self.do_verbose = do_verbose def fufi_from_emad(self, emad, state="live"):