From b6a14efb42d84e74d2d0f6765daf2b24daf3ec2c Mon Sep 17 00:00:00 2001 From: Ken Shibata <35400564+python3lover@users.noreply.github.com> Date: Sun, 22 Apr 2018 00:12:54 -0400 Subject: [PATCH 1/4] Update broke.py - Added `#!` Thingy for Debian* Added `#!` Thingy for compatibility over Debian*. * Also for Debian Flavours (including Ubuntu) --- broke.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broke.py b/broke.py index 2e6018d..2519352 100644 --- a/broke.py +++ b/broke.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 def f(): broken_code print('fuckit chaining works') @@ -10,4 +11,4 @@ def f(): y = x 1 / 0 # Oh shhhiiiiiii -var = "Are you proud of what you've done?" \ No newline at end of file +var = "Are you proud of what you've done?" From 1c8845f5bfddacc8aa6692a5c205ec96b2962695 Mon Sep 17 00:00:00 2001 From: Ken Shibata <35400564+python3lover@users.noreply.github.com> Date: Sun, 22 Apr 2018 00:14:52 -0400 Subject: [PATCH 2/4] Update README.md - Changed Formatting to be Similar w/ Original --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa3160..0bceda6 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FuckIt.py +# FuckItPy [![Build Status](https://img.shields.io/travis/ajalt/fuckitpy/master.svg)](https://travis-ci.org/ajalt/fuckitpy) [![PyPI version](.web/pypibadge.svg)](https://pypi.python.org/pypi/fuckit/4.8.1) From 76f9fac5b9135de15625f00ae00939751e8259c9 Mon Sep 17 00:00:00 2001 From: Ken Shibata <35400564+python3lover@users.noreply.github.com> Date: Sun, 22 Apr 2018 09:53:17 -0400 Subject: [PATCH 3/4] Update example.py --- example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example.py b/example.py index 11686ba..8d616b4 100644 --- a/example.py +++ b/example.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 import fuckit #import broke fuckit(fuckit('broke')) From 705ad6458fa27d5a5f4d167f059262ab5b6d89bd Mon Sep 17 00:00:00 2001 From: Ken Shibata <35400564+python3lover@users.noreply.github.com> Date: Sun, 22 Apr 2018 10:01:23 -0400 Subject: [PATCH 4/4] Update broke.py --- broke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broke.py b/broke.py index 2519352..b8a9255 100644 --- a/broke.py +++ b/broke.py @@ -9,6 +9,6 @@ def f(): x = y y = x -1 / 0 # Oh shhhiiiiiii +1 / 0 # Oh shhhiiiiiiit var = "Are you proud of what you've done?"