diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 16:55:04 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 16:55:04 +0000 |
| commit | dab28118cadcc5a849e3b21157d3288390b1ab78 (patch) | |
| tree | b2cd4b3c068120f47d80db05592c924d62f3f220 | |
| parent | Use underscore in C module name (diff) | |
| download | SyncRNG-dab28118cadcc5a849e3b21157d3288390b1ab78.tar.gz SyncRNG-dab28118cadcc5a849e3b21157d3288390b1ab78.zip | |
Remove python 2 stuff
| -rw-r--r-- | SyncRNG/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SyncRNG/__init__.py b/SyncRNG/__init__.py index e7e0b3b..6d2e426 100644 --- a/SyncRNG/__init__.py +++ b/SyncRNG/__init__.py @@ -4,8 +4,6 @@ used to seed and pull numbers from the RNG. """ -from __future__ import division - from copy import deepcopy from warnings import warn as _warn |
