Skip to content

Commit

Permalink
Code review: 323990043: Update shebang to work with virtualenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager committed Mar 29, 2018
1 parent 2fb6d51 commit c084c2d
Show file tree
Hide file tree
Showing 367 changed files with 367 additions and 367 deletions.
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plaso (20180329-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <log2timeline-dev@googlegroups.com> Thu, 29 Mar 2018 07:43:17 +0200
-- Log2Timeline <log2timeline-dev@googlegroups.com> Thu, 29 Mar 2018 11:01:23 +0200
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Installation and deployment script."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/browser_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the browser search analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/chrome_extension.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the chrome extension analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/file_hashes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the unique hashes analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the analysis plugin manager."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/mediator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the analysis mediator."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/nsrlsvr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the nsrlsvr analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/tagging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the tagging analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/unique_domains_visited.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the unique domains visited analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/viper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the Viper analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/virustotal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the VirusTotal analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/analysis/windows_services.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the windows services analysis plugin."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/extraction_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the extraction tool object."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/analysis_plugins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the analysis plugins CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/artifact_definitions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the artifact definitions CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/data_location.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the data location CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/database_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the database configuration CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/date_filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the date filters CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/dynamic_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the dynamic output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/elastic_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the Elastic Search output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/event_filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the event filters CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/extraction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the extraction CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/filter_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the filter file CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/hashers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the hashers CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/interface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the CLI argument helper interface."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/language.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the language CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the CLI argument helper manager."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/mysql_4n6time_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the 4n6time MySQL database output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/nsrlsvr_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the nsrlsvr analysis plugin CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/output_modules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the output modules CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/parsers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the parsers CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/server_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the server configuration CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/shared_4n6time_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the 4n6time output modules shared CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/sqlite_4n6time_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the 4n6time SQLite database output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/status_view.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the status view CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/storage_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the storage file CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/storage_format.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the storage format CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/tagging_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the tagging analysis plugin CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/temporary_directory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the temporary directory CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/test_lib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""CLI arguments helper related functions and classes for testing."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/text_prepend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the text prepend CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/timesketch_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the Timesketch output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/viper_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the Viper analysis plugin CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/virustotal_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the VirusTotal analysis plugin CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/windows_services_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the Windows Services analysis plugin CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/workers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the worker processes CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/xlsx_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the XLSX output module CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/helpers/yara_rules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the YARA rules CLI arguments helper."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/image_export_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the image export CLI tool."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/log2timeline_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the log2timeline CLI tool."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/pinfo_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the pinfo CLI tool."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/psort_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the psort CLI tool."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/psteal_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the psteal CLI tool."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/status_view.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the status view."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/storage_media_tool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the storage media tool object."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/time_slices.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the time slice."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/tool_options.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the CLI tool options mix-ins."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the CLI tools classes."""

Expand Down
2 changes: 1 addition & 1 deletion tests/cli/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the view classes."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/analyzer_result.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the analyzer result attribute container."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/artifacts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the artifacts attribute containers."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the errors attribute containers."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/event_sources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the event source attribute containers."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/events.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the event attribute containers."""

Expand Down
2 changes: 1 addition & 1 deletion tests/containers/interface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for the attribute container interface."""

Expand Down

0 comments on commit c084c2d

Please sign in to comment.