-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergey Lvov
committed
Apr 12, 2016
1 parent
8a41916
commit 3b43511
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
__author__ = 'NatSys Lab' | ||
__copyright__ = 'Copyright (C) 2016 NatSys Lab. ([email protected]).' | ||
#!/usr/bin/env python | ||
__author__ = 'Tempesta Technologies' | ||
__copyright__ = 'Copyright (C) 2016 Tempesta Technologies. ([email protected]).' | ||
__license__ = 'GPL2' | ||
import sys | ||
from os.path import dirname, realpath, sep | ||
|