Skip to content

Commit

Permalink
1.3.1dev: Remove unused imports
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@15015 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Jul 28, 2016
1 parent 9ff1d9f commit c8afafd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions sample-plugins/Timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
revision = "$Rev$"
url = "$URL$"

from datetime import datetime

from genshi.builder import tag
from trac.util.datefmt import datetime_now, format_datetime, utc
from trac.wiki.macros import WikiMacroBase
Expand Down
1 change: 0 additions & 1 deletion trac/db/tests/sqlite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.

import io
import os
import tempfile
import unittest
Expand Down
1 change: 0 additions & 1 deletion trac/ticket/tests/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# history and logs, available at http://trac.edgewall.org/log/.

import doctest
import io
import unittest
from datetime import datetime, timedelta

Expand Down
1 change: 0 additions & 1 deletion trac/wiki/tests/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.

from datetime import datetime
import io
import os
import shutil
Expand Down
1 change: 0 additions & 1 deletion trac/wiki/tests/web_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.

import io
import unittest

from trac.mimeview.patch import PatchRenderer
Expand Down

0 comments on commit c8afafd

Please sign in to comment.