Skip to content

Commit

Permalink
Comment header look and feel.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Mar 30, 2017
1 parent e5fb327 commit 738748b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions furl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

from .furl import *

Expand Down
1 change: 1 addition & 0 deletions furl/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

import sys

Expand Down
1 change: 1 addition & 0 deletions furl/furl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

import re
import abc
Expand Down
1 change: 1 addition & 0 deletions furl/omdict1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

from orderedmultidict import omdict

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

import os
import re
Expand Down
1 change: 1 addition & 0 deletions tests/test_furl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

import sys
import warnings
Expand Down
1 change: 1 addition & 0 deletions tests/test_omdict1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# [email protected]
#
# License: Build Amazing Things (Unlicense)
#

import unittest
from itertools import chain, product, permutations
Expand Down

0 comments on commit 738748b

Please sign in to comment.