Skip to content

Commit

Permalink
Undefined name: import random in Onepad_Cipher.py (TheAlgorithms#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and AnshulMalik committed Sep 28, 2018
1 parent 73ae8f2 commit 3a77380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ciphers/Onepad_Cipher.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from __future__ import print_function

import random


class Onepad:
def encrypt(self, text):
Expand Down

0 comments on commit 3a77380

Please sign in to comment.