1
Fork 0

Removed placeholder functions

This commit is contained in:
Jake Howard 2015-12-07 18:17:59 +00:00
parent 462e12e4ec
commit d53b457345
1 changed files with 0 additions and 12 deletions

View File

@ -27,15 +27,3 @@ def atom():
os.path.join(constants.PUBLIC_DATA_DIR, 'atom', 'keymap.cson'),
os.path.expanduser("~/.atom/keymap.cson")
)
def thing():
print("thing")
def stuff():
print("stuff")
def foo():
print("foo")