mirror of
https://github.com/torproject/stem.git
synced 2024-11-23 01:29:49 +00:00
8ef8798d30
Bumping the dates for 2017... % find stem -type f -iname '*.py' -exec sed -i 's/2016/2017/g' "{}" +;
9 lines
199 B
Python
Executable File
9 lines
199 B
Python
Executable File
#!/usr/bin/env python
|
|
# Copyright 2014-2017, Damian Johnson and The Tor Project
|
|
# See LICENSE for licensing information
|
|
|
|
import stem.interpreter
|
|
|
|
if __name__ == '__main__':
|
|
stem.interpreter.main()
|