Skip to content

Commit

Permalink
Merge pull request #11 from guillaume-philippon/osx-issue
Browse files Browse the repository at this point in the history
osx-issue
  • Loading branch information
guillaume-philippon committed Mar 2, 2016
2 parents c975288 + 1aaa36b commit 10584de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf8 -*-fr
# pylint: disable=no-member
"""
Expand All @@ -14,7 +14,7 @@ import classad


__author__ = 'Guillaume Philippon <[email protected]>'
__version__ = 1.0
__version__ = '1.0'


class UserNotInGroup(Exception):
Expand Down

0 comments on commit 10584de

Please sign in to comment.