removing unused processors.py file

This commit is contained in:
Martin A. Brown 2016-02-12 12:42:03 -08:00
parent 7b97f221bf
commit 685418cb1e
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
#! /usr/bin/python
import os
import sys
import logging
def getLogger(opts):
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
logger = logging.getLogger()
return logger
class SourceDocument(object):
def __init__(self, filename):
self.filename = fname
self.stem =
def
# -- end of file