Skip to content

Commit

Permalink
fix some pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique authored and blueyed committed May 25, 2019
1 parent 409617d commit 5af1ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pdbrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
Actually, it is what the author uses daily :-). Put it into ~/.pdbrc.py to use
it.
"""

import readline
import pdb


class Config(pdb.DefaultConfig):

editor = 'e'
stdin_paste = 'epaste'
filename_color = pdb.Color.lightgray
use_terminal256formatter = False
#exec_if_unfocused = "play ~/sounds/dialtone.wav 2> /dev/null &"
# exec_if_unfocused = "play ~/sounds/dialtone.wav 2> /dev/null &"

def __init__(self):
# import readline
# readline.parse_and_bind('set convert-meta on')
# readline.parse_and_bind('Meta-/: complete')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import sys
import os.path
from setuptools import setup, find_packages
from setuptools import setup
from setuptools.command.install import install
from distutils.core import Command
import io
Expand Down

0 comments on commit 5af1ff1

Please sign in to comment.