Skip to content

Commit

Permalink
Moving + renaming helpers.py to lib/helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed May 6, 2019
1 parent 14101c4 commit e390be4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/pantone.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from bs4 import BeautifulSoup

from palette import Palette
from helpers.helpers import natural_sort
from lib.helpers.nat_sort import natural_sort


class Pantone(Palette):
Expand Down

0 comments on commit e390be4

Please sign in to comment.