~aptdaemon-developers/sessioninstaller/main

« back to all changes in this revision

Viewing changes to sessioninstaller/backends/dummy.py

  • Committer: Martin Pitt
  • Date: 2015-08-09 09:55:39 UTC
  • Revision ID: martin.pitt@canonical.com-20150809095539-ntwayvbnf04etatp
drop unnecessary hashbangs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
2
1
# -*- coding: utf-8 -*-
3
2
"""Provides a dummy backend."""
4
3
# Copyright (C) 2008-2010 Sebastian Heinlein <devel@glatzor.de>