Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions WindowsRegistry/WindowsRegistry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
import _winreg as wreg
Expand Down
1 change: 1 addition & 0 deletions WindowsRegistry/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# -*- coding: utf-8 -*-
from . import WindowsRegistry
1 change: 1 addition & 0 deletions d3des/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# -*- coding: utf-8 -*-
from . import d3des
1 change: 1 addition & 0 deletions d3des/d3des.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
##
## d3des.py - DES implementation
##
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
import inspect
import os, errno
Expand Down
1 change: 1 addition & 0 deletions vncpasswd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-

"""vncpasswd.py: Python implementation of vncpasswd, w/decryption abilities & extra features ;-)"""

Expand Down