diff --git a/boxes/edges.py b/boxes/edges.py index d426e11..8d48821 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2013-2016 Florian Festi # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/gears.py b/boxes/gears.py index c131eea..1b57e89 100644 --- a/boxes/gears.py +++ b/boxes/gears.py @@ -1,5 +1,4 @@ -#! /usr/bin/env python -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 "" ''' diff --git a/boxes/generators/agricolainsert.py b/boxes/generators/agricolainsert.py index ec5bdb7..cdd7aac 100644 --- a/boxes/generators/agricolainsert.py +++ b/boxes/generators/agricolainsert.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2020 Guillaume Collic # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/coffeecapsulesholder.py b/boxes/generators/coffeecapsulesholder.py index bc9fc09..b344668 100644 --- a/boxes/generators/coffeecapsulesholder.py +++ b/boxes/generators/coffeecapsulesholder.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2021 Guillaume Collic # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/discrack.py b/boxes/generators/discrack.py index 2d73a1c..03fb606 100644 --- a/boxes/generators/discrack.py +++ b/boxes/generators/discrack.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# coding: utf-8 # Copyright (C) 2019 chrysn # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/dividertray.py b/boxes/generators/dividertray.py index e60162f..49f9c56 100644 --- a/boxes/generators/dividertray.py +++ b/boxes/generators/dividertray.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2013-2014 Florian Festi # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/keyboard.py b/boxes/generators/keyboard.py index 88a81d6..353cb3d 100644 --- a/boxes/generators/keyboard.py +++ b/boxes/generators/keyboard.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2021 Guillaume Collic # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/organpipe.py b/boxes/generators/organpipe.py index 30bd82e..9ee1905 100644 --- a/boxes/generators/organpipe.py +++ b/boxes/generators/organpipe.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2013-2018 Florian Festi # # Based on pipecalc by Christian F. Coors diff --git a/boxes/generators/paperbox.py b/boxes/generators/paperbox.py index 453378a..db62768 100644 --- a/boxes/generators/paperbox.py +++ b/boxes/generators/paperbox.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2020 Guillaume Collic # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/phoneholder.py b/boxes/generators/phoneholder.py index 5427f47..8aa5e23 100644 --- a/boxes/generators/phoneholder.py +++ b/boxes/generators/phoneholder.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # Copyright (C) 2021 Guillaume Collic # # This program is free software: you can redistribute it and/or modify diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index 4661bbf..4571400 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -#-*- coding: utf-8 -*- # Copyright (C) 2013-2016 Florian Festi # # This program is free software: you can redistribute it and/or modify