he surely is... ;)

This commit is contained in:
Johannes Findeisen 2013-08-13 23:10:06 +02:00
commit 90d59778a6
4 changed files with 30 additions and 0 deletions

12
lib/frontends/lish.py Normal file
View file

@ -0,0 +1,12 @@
'''
The Linspector Interactive Shell...
This will become an interface to Linspector at "start" time. Think about MidnightCommander... and then run
Linspector in a screen session and not as daemon, why not? BTW.: Daemonization is at this point of development
cancelled, because it makes no sense to daemonize everything. Linspector is a user software which will run in any
screen session perfectly.
'''
class LishFrontend(Frontends):
def __init__(self, **kwargs):
return