mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
More styling
This commit is contained in:
parent
c9f1dab584
commit
aedaa7ee56
1 changed files with 2 additions and 7 deletions
9
setup.py
9
setup.py
|
|
@ -1,15 +1,10 @@
|
|||
"""
|
||||
Packaging implementation for PySnooper
|
||||
|
||||
Copyright 2019 Ram Rachum and collaborators.
|
||||
This program is distributed under the MIT license.
|
||||
"""
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
import setuptools
|
||||
import re
|
||||
|
||||
|
||||
def read_file(filename):
|
||||
"""Return the contents of a file"""
|
||||
with open(filename) as file:
|
||||
return file.read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue