mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
fucking parentheses...
This commit is contained in:
parent
b6057ad335
commit
fd665be8a9
@ -38,7 +38,7 @@ def get_fuckups(): # returns a dictionary of your fuckups from ~/.thefuck/my_fuc
|
|||||||
|
|
||||||
def add_fuckup(fucked, fixed):
|
def add_fuckup(fucked, fixed):
|
||||||
|
|
||||||
print 'Adding fucked: ' + fucked + ' as fixed: ' + fixed
|
print ('Adding fucked: ' + fucked + ' as fixed: ' + fixed)
|
||||||
|
|
||||||
FILENAME = '~/.thefuck/my_fuckups'
|
FILENAME = '~/.thefuck/my_fuckups'
|
||||||
FILE = open(FILENAME, 'w')
|
FILE = open(FILENAME, 'w')
|
||||||
@ -52,7 +52,7 @@ def add_fuckup(fucked, fixed):
|
|||||||
|
|
||||||
def remove_fuckup(fuckup):
|
def remove_fuckup(fuckup):
|
||||||
|
|
||||||
print 'Removing fucked: ' + fucked + ' as fixed: ' + fixed
|
print ('Removing fucked: ' + fucked + ' as fixed: ' + fixed)
|
||||||
|
|
||||||
FILENAME = '~/.thefuck/my_fuckups'
|
FILENAME = '~/.thefuck/my_fuckups'
|
||||||
FILE = open(FILENAME, 'r')
|
FILE = open(FILENAME, 'r')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user