shell-log stuff?
This commit is contained in:
parent
d50842a570
commit
9a4c76e56d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import logging
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
LOGFILE = os.path.expanduser('~/.shell.log')
|
_LOGFILE = os.path.expanduser('~/.shell.log')
|
||||||
|
_LOGGER = None
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue